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.
2 parents 2ddefff + 85faa2a commit 8073954Copy full SHA for 8073954
packages/nextjs/src/index.server.ts
@@ -120,7 +120,7 @@ function addServerIntegrations(options: NextjsOptions): void {
120
121
const nativeBehaviourOnUncaughtException = new Integrations.OnUncaughtException();
122
integrations = addOrUpdateIntegration(nativeBehaviourOnUncaughtException, integrations, {
123
- _options: { exitEvenWhenOtherOnUncaughtExceptionHandlersAreRegistered: false },
+ _options: { exitEvenIfOtherHandlersAreRegistered: false },
124
});
125
126
if (hasTracingEnabled(options)) {
0 commit comments