Skip to content

Commit a054bf5

Browse files
committed
fix: disable output file tracing to prevent sentry package from crashing server functions
@see getsentry/sentry-javascript#4103
1 parent 5eabcc7 commit a054bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ const SentryWebpackPluginOptions = {};
33

44
module.exports = withSentryConfig ({
55
poweredByHeader: false,
6+
outputFileTracing: false,
67
}, SentryWebpackPluginOptions);

0 commit comments

Comments
 (0)