Skip to content

Commit 6ade410

Browse files
authored
namespace build flag
1 parent 399a6dc commit 6ade410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/index.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const domain = domainModule as typeof domainModule & { active: (domainModule.Dom
3333
// so we never drop into the `if` in the first place.
3434
let isBuild = false;
3535
if (process.argv.includes('build') || process.env.BUILD_PHASE) {
36-
process.env.BUILD_PHASE = 'true';
36+
process.env.SENTRY_BUILD_PHASE = 'true';
3737
isBuild = true;
3838
}
3939

0 commit comments

Comments
 (0)