Skip to content

Commit

Permalink
fix: disable output file tracing to prevent sentry package from crash…
Browse files Browse the repository at this point in the history
…ing server functions

@see getsentry/sentry-javascript#4103
  • Loading branch information
Bamdad Sabbagh committed Nov 11, 2021
1 parent 5eabcc7 commit a054bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ const SentryWebpackPluginOptions = {};

module.exports = withSentryConfig ({
poweredByHeader: false,
outputFileTracing: false,
}, SentryWebpackPluginOptions);

1 comment on commit a054bf5

@vercel
Copy link

@vercel vercel bot commented on a054bf5 Nov 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.