Skip to content

Commit 3a91414

Browse files
committed
change log message
1 parent 245864f commit 3a91414

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/nuxt/src/runtime/plugins/sentry.server.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export default defineNitroPlugin(nitroApp => {
2626
consoleSandbox(() => {
2727
// eslint-disable-next-line no-console
2828
console.log(
29-
`[Sentry] Patched event handler. Using ${
30-
isolationScope === newIsolationScope ? 'existing' : 'new'
31-
} isolationscope.`,
29+
`[Sentry] Patched h3 event handler. ${
30+
isolationScope === newIsolationScope ? 'Using existing' : 'Created new'
31+
} isolation scope.`,
3232
);
3333
});
3434

0 commit comments

Comments
 (0)