Skip to content

Commit

Permalink
tune sentry config
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jul 13, 2023
1 parent 9d3416a commit 73fc11b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webapps/console/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ module.exports = withSentryConfig(
// Transpiles SDK to be compatible with IE11 (increases bundle size)
transpileClientSDK: true,

// Routes browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers (increases server load)
tunnelRoute: "/monitoring",
// // Routes browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers (increases server load)
// tunnelRoute: "/monitoring",

// Hides source maps from generated client bundles
hideSourceMaps: true,
Expand Down
2 changes: 1 addition & 1 deletion webapps/console/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Sentry.init({
integrations: [
new Sentry.Replay({
// Additional Replay configuration goes in here, for example:
maskAllText: true,
maskAllText: false,
blockAllMedia: true,
}),
],
Expand Down

0 comments on commit 73fc11b

Please sign in to comment.