Skip to content

Commit 8073954

Browse files
author
Luca Forstner
committed
update option
2 parents 2ddefff + 85faa2a commit 8073954

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
@@ -120,7 +120,7 @@ function addServerIntegrations(options: NextjsOptions): void {
120120

121121
const nativeBehaviourOnUncaughtException = new Integrations.OnUncaughtException();
122122
integrations = addOrUpdateIntegration(nativeBehaviourOnUncaughtException, integrations, {
123-
_options: { exitEvenWhenOtherOnUncaughtExceptionHandlersAreRegistered: false },
123+
_options: { exitEvenIfOtherHandlersAreRegistered: false },
124124
});
125125

126126
if (hasTracingEnabled(options)) {

0 commit comments

Comments
 (0)