Skip to content

Commit

Permalink
Merge branch 'main' into express-overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi authored Nov 27, 2023
2 parents 32cc82e + 60d60d0 commit 42146f8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -162,7 +162,11 @@ export class NetInstrumentation extends InstrumentationBase<Net> {
}
};

for (const event of [SocketEvent.CLOSE, SocketEvent.ERROR]) {
for (const event of [
SocketEvent.CLOSE,
SocketEvent.ERROR,
SocketEvent.SECURE_CONNECT,
]) {
socket.once(event, otelTlsRemoveListeners);
}

0 comments on commit 42146f8

Please sign in to comment.