We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96fd6f commit 681247cCopy full SHA for 681247c
1 file changed
packages/nextjs/src/config/withSentryConfig.ts
@@ -82,7 +82,7 @@ function getFinalConfigObject(
82
// 2. generate: Environment variable inlining and prerendering (We don't instrument this phase, we inline in the compile phase)
83
//
84
// We assume a single “full” build and reruns Webpack instrumentation in both phases.
85
- // During the generate step it collides with Next.js’s new inliner (they do some bad replacements in the inliner)
+ // During the generate step it collides with Next.js’s inliner
86
// producing malformed JS and build failures.
87
// We skip Sentry processing during generate to avoid this issue.
88
return incomingUserNextConfigObject;
0 commit comments