Skip to content

Commit 3076e09

Browse files
authored
fix(nextjs): Request for no HSTS in tunnel route endpoint (#8936)
1 parent 8e99ba9 commit 3076e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/withSentryConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function setUpTunnelRewriteRules(userNextConfig: NextConfigObject, tunnelPath: s
112112
value: '(?<projectid>.*)',
113113
},
114114
],
115-
destination: 'https://o:orgid.ingest.sentry.io/api/:projectid/envelope/',
115+
destination: 'https://o:orgid.ingest.sentry.io/api/:projectid/envelope/?hsts=0',
116116
};
117117

118118
if (typeof originalRewrites !== 'function') {

0 commit comments

Comments
 (0)