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 55ed724 commit f405686Copy full SHA for f405686
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: { mimicNativeBehaviour: true },
+ _options: { exitEvenWhenOtherOnUncaughtExceptionHandlersAreRegistered: false },
124
});
125
126
if (hasTracingEnabled(options)) {
0 commit comments