Skip to content

Commit

Permalink
fix: skfp-1415 add stacktrace to help debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Lavoie committed Jan 14, 2025
1 parent f3b9b69 commit 3aea2be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ Sentry.init({
}),
Sentry.contextLinesIntegration(),
Sentry.browserProfilingIntegration(),
Sentry.globalHandlersIntegration({ onerror: true, onunhandledrejection: true }),
localStorageIntegration('LocalStorage'),
],
attachStacktrace: true,
// Performance Monitoring
tracesSampleRate: 1.0, // Capture 100% of the transactions
});
Expand Down

0 comments on commit 3aea2be

Please sign in to comment.