Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo0 committed Nov 20, 2024
2 parents 37f8bc6 + 74c309d commit 5c9b4de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ if (process.env.NODE_ENV !== 'development') {
},

integrations: [
Sentry.browserTracingIntegration(),
Sentry.replayIntegration({
maskAllText: true,
blockAllMedia: true,
}),
Sentry.captureConsoleIntegration({
levels: ['error', 'warn'],
}),
Expand Down
1 change: 0 additions & 1 deletion sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ if (process.env.NODE_ENV !== 'development') {
},

integrations: [
Sentry.httpIntegration(),
Sentry.captureConsoleIntegration({
levels: ['error', 'warn'],
}),
Expand Down

0 comments on commit 5c9b4de

Please sign in to comment.