Skip to content

Commit

Permalink
Ignorar erros de rede e do Monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Aug 6, 2024
1 parent dad03a8 commit 4122bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ide/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Sentry.init({
Sentry.sessionTimingIntegration(),
Sentry.browserTracingIntegration(),
],
ignoreErrors: [/failed to fetch/i, /networkerror/i, /http failure response/i, /monaco-editor/i],
});

if (environment.production) {
Expand Down

0 comments on commit 4122bad

Please sign in to comment.