Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
atn4z7 committed May 8, 2024
1 parent ddf88e9 commit 0700943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-mobile/app/services/sentry/SentryService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const init = (): void => {
Sentry.init({
// disabling promise patching since it is affecting app performance
// instead, we are patching promise ourselves with es6-promise
// TODO: renable patchGlobalPromise here https://ava-labs.atlassian.net/browse/CP-8616
patchGlobalPromise: false,
dsn: Config.SENTRY_DSN,
environment: Config.ENVIRONMENT,
Expand Down

0 comments on commit 0700943

Please sign in to comment.