Skip to content

Commit 1bc01a5

Browse files
andreiborzas1gr1d
andauthored
Update packages/nitro-utils/src/nitro/patchEventHandler.ts
Co-authored-by: Sigrid Huemer <[email protected]>
1 parent 30b30f2 commit 1bc01a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nitro-utils/src/nitro/patchEventHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function patchEventHandler(handler: EventHandler): EventHandler {
2222
const newIsolationScope = isolationScope === getDefaultIsolationScope() ? isolationScope.clone() : isolationScope;
2323

2424
logger.log(
25-
`[Sentry] Patched h3 event handler. ${
25+
`Patched h3 event handler. ${
2626
isolationScope === newIsolationScope ? 'Using existing' : 'Created new'
2727
} isolation scope.`,
2828
);

0 commit comments

Comments
 (0)