fix: error

This commit is contained in:
Shivam Mishra
2024-05-02 13:27:39 +05:30
parent 7c6dd3d750
commit 61805d7bf3
@@ -61,9 +61,9 @@ export default {
}
actionToPerform(e);
} catch {
} catch (err) {
// ignore errors
Sentry.captureException(e, {
Sentry.captureException(err, {
context: {
component: this.$options?.name,
isFunction: isFunction,