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 30b30f2 commit 1bc01a5Copy full SHA for 1bc01a5
packages/nitro-utils/src/nitro/patchEventHandler.ts
@@ -22,7 +22,7 @@ export function patchEventHandler(handler: EventHandler): EventHandler {
22
const newIsolationScope = isolationScope === getDefaultIsolationScope() ? isolationScope.clone() : isolationScope;
23
24
logger.log(
25
- `[Sentry] Patched h3 event handler. ${
+ `Patched h3 event handler. ${
26
isolationScope === newIsolationScope ? 'Using existing' : 'Created new'
27
} isolation scope.`,
28
);
0 commit comments