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 399a6dc commit 6ade410Copy full SHA for 6ade410
packages/nextjs/src/index.server.ts
@@ -33,7 +33,7 @@ const domain = domainModule as typeof domainModule & { active: (domainModule.Dom
33
// so we never drop into the `if` in the first place.
34
let isBuild = false;
35
if (process.argv.includes('build') || process.env.BUILD_PHASE) {
36
- process.env.BUILD_PHASE = 'true';
+ process.env.SENTRY_BUILD_PHASE = 'true';
37
isBuild = true;
38
}
39
0 commit comments