Skip to content

Commit aff551f

Browse files
mydeaandreiborza
andauthored
Apply suggestions from code review
Co-authored-by: Andrei <[email protected]>
1 parent 87d05bb commit aff551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class SentryHttpInstrumentation extends InstrumentationBase<SentryHttpIns
222222
return;
223223
}
224224

225-
DEBUG_BUILD && logger.log(INSTRUMENTATION_NAME, 'Patching server.emit()');
225+
DEBUG_BUILD && logger.log(INSTRUMENTATION_NAME, 'Patching server.emit');
226226

227227
// eslint-disable-next-line @typescript-eslint/no-this-alias
228228
const instrumentation = this;

0 commit comments

Comments
 (0)