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 dcadf22 commit 85359f8Copy full SHA for 85359f8
packages/nuxt/src/runtime/plugins/sentry.server.ts
@@ -17,7 +17,7 @@ export default defineNitroPlugin(nitroApp => {
17
mechanism: { handled: false },
18
});
19
} else {
20
- captureException(error);
+ captureException(error, { mechanism: { handled: false } });
21
}
22
23
0 commit comments