Skip to content

Commit

Permalink
disable uncaught exceptions reporting by Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Sep 16, 2023
1 parent 3d70e00 commit 11960fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ReportSubmitter : ErrorReportSubmitter() {
if (SENTRY_ENABLED) {
Sentry.init { options: SentryOptions ->
options.dsn = SENTRY_DNS
options.isEnableUncaughtExceptionHandler = false
}
}
}
Expand Down

0 comments on commit 11960fa

Please sign in to comment.