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 f4fa109 commit 56825c1Copy full SHA for 56825c1
packages/node/src/integrations/http/SentryHttpInstrumentation.ts
@@ -222,7 +222,7 @@ export class SentryHttpInstrumentation extends InstrumentationBase<SentryHttpIns
222
return;
223
}
224
225
- DEBUG_BUILD && logger.log(INSTRUMENTATION_NAME, 'Patching server.emit()');
+ DEBUG_BUILD && logger.log(INSTRUMENTATION_NAME, 'Patching server.emit');
226
227
// eslint-disable-next-line @typescript-eslint/no-this-alias
228
const instrumentation = this;
0 commit comments