Skip to content

Commit

Permalink
Merge pull request #4199 from kids-first/fix/skfp-1415
Browse files Browse the repository at this point in the history
fix: skfp-1415 add stacktrace to help debugging
  • Loading branch information
Francis Lavoie authored Jan 15, 2025
2 parents f3b9b69 + 3aea2be commit 1832edc
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 1832edc

Please sign in to comment.