Skip to content

Commit f405686

Browse files
author
Luca Forstner
committed
Change option name
1 parent 55ed724 commit f405686

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: { mimicNativeBehaviour: true },
123+
_options: { exitEvenWhenOtherOnUncaughtExceptionHandlersAreRegistered: false },
124124
});
125125

126126
if (hasTracingEnabled(options)) {

0 commit comments

Comments
 (0)