diff --git a/packages/nextjs/src/config/withSentryConfig.ts b/packages/nextjs/src/config/withSentryConfig.ts index b58603d82056..06f5808642ca 100644 --- a/packages/nextjs/src/config/withSentryConfig.ts +++ b/packages/nextjs/src/config/withSentryConfig.ts @@ -112,7 +112,7 @@ function setUpTunnelRewriteRules(userNextConfig: NextConfigObject, tunnelPath: s value: '(?.*)', }, ], - destination: 'https://o:orgid.ingest.sentry.io/api/:projectid/envelope/', + destination: 'https://o:orgid.ingest.sentry.io/api/:projectid/envelope/?hsts=0', }; if (typeof originalRewrites !== 'function') {