We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245864f commit 3a91414Copy full SHA for 3a91414
packages/nuxt/src/runtime/plugins/sentry.server.ts
@@ -26,9 +26,9 @@ export default defineNitroPlugin(nitroApp => {
26
consoleSandbox(() => {
27
// eslint-disable-next-line no-console
28
console.log(
29
- `[Sentry] Patched event handler. Using ${
30
- isolationScope === newIsolationScope ? 'existing' : 'new'
31
- } isolationscope.`,
+ `[Sentry] Patched h3 event handler. ${
+ isolationScope === newIsolationScope ? 'Using existing' : 'Created new'
+ } isolation scope.`,
32
);
33
});
34
0 commit comments