Skip to content

Commit

Permalink
Remover coleta de logs do console no Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed May 1, 2024
1 parent 05bed9d commit 20ec77a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ide/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Sentry.init({
tracesSampleRate: 0.1,
replaysOnErrorSampleRate: 0.1,
integrations: [
Sentry.dedupeIntegration(),
Sentry.captureConsoleIntegration(),
Sentry.replayIntegration({
maskAllInputs: false,
maskAllText: false,
Expand Down

0 comments on commit 20ec77a

Please sign in to comment.