Update sentry-error-handler.ts

This commit is contained in:
piotrpekala7 2020-08-06 23:51:56 +02:00
parent 9b77b40bd0
commit 8bd289c3d2

View File

@ -66,6 +66,6 @@ export class SentryErrorHandler implements ErrorHandler {
}
// Optionally show user dialog to provide details on what happened.
Sentry.showReportDialog({ eventId });
// Sentry.showReportDialog({ eventId });
}
}