Skip to content

Commit 856a7f3

Browse files
refactor: Remove the report dialog
1 parent eac9d7a commit 856a7f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/sentry.client.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ init({
1515
debug: false,
1616
beforeSend(event) {
1717
// Check if it is an exception, and if so, show the report dialog
18-
if (event.exception) {
19-
showReportDialog({ eventId: event.event_id });
20-
}
18+
// if (event.exception) {
19+
// showReportDialog({ eventId: event.event_id });
20+
// }
2121
return event;
2222
},
2323
});

0 commit comments

Comments
 (0)