Skip to content

Commit 446314b

Browse files
committed
fix comment
1 parent 596dcee commit 446314b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ export class SentryHttpInstrumentation extends InstrumentationBase<SentryHttpIns
108108

109109
/** @inheritdoc */
110110
public init(): [InstrumentationNodeModuleDefinition, InstrumentationNodeModuleDefinition] {
111-
// Nothing to do here
112-
113111
const handledRequests = new WeakSet<http.ClientRequest>();
114112

115113
const handleOutgoingRequestFinishOnce = (request: http.ClientRequest, response?: http.IncomingMessage): void => {

0 commit comments

Comments
 (0)