Skip to content

Commit 75fb885

Browse files
Disable Sentry's global UncaughtExceptionHandler
1 parent 3d56d9d commit 75fb885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/protostuff/jetbrains/plugin/errorreporting/SentryBugReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class SentryBugReporter extends ErrorReportSubmitter {
4545
private static final String TAG_JAVA_VERSION = "java_version";
4646
private static final String TAG_JAVA_RUNTIME_VERSION = "java_runtime_version";
4747

48-
private static final String DSN = "https://0c8a8ad650c4467f9a17ac5179161e3f:[email protected]/186533";
48+
private static final String DSN = "https://0c8a8ad650c4467f9a17ac5179161e3f:[email protected]/186533?uncaught.handler.enabled=false";
4949

5050
private static final SentryClient sentry = Sentry.init(DSN);
5151

0 commit comments

Comments
 (0)