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 596dcee commit 446314bCopy full SHA for 446314b
packages/node/src/integrations/http/SentryHttpInstrumentation.ts
@@ -108,8 +108,6 @@ export class SentryHttpInstrumentation extends InstrumentationBase<SentryHttpIns
108
109
/** @inheritdoc */
110
public init(): [InstrumentationNodeModuleDefinition, InstrumentationNodeModuleDefinition] {
111
- // Nothing to do here
112
-
113
const handledRequests = new WeakSet<http.ClientRequest>();
114
115
const handleOutgoingRequestFinishOnce = (request: http.ClientRequest, response?: http.IncomingMessage): void => {
0 commit comments