Skip to content

Commit

Permalink
Remove Tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Feb 21, 2024
1 parent a5697fd commit ddd2e96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3145,7 +3145,7 @@ module.exports = withSentryConfig(
// Suppresses source map uploading logs during build
silent: true,
org: 'sentry',
project: 'sentry-docs-nextjs',
project: 'docs',
},
{
// For all available options, see:
Expand All @@ -3157,9 +3157,6 @@ 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',

// Hides source maps from generated client bundles
hideSourceMaps: true,

Expand Down

0 comments on commit ddd2e96

Please sign in to comment.