Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ cleanup
Function
cleanup
packages/node-core/src/proxy/parse-proxy-response.ts:60–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
function
cleanup() {
61
socket.removeListener(
'end'
, onend);
62
socket.removeListener(
'error'
, onerror);
63
socket.removeListener(
'readable'
, read);
64
}
65
66
function
onend() {
67
cleanup();
Callers
5
onIdleSpanEnded
Function · 0.85
sendFeedback
Function · 0.85
onend
Function · 0.85
onerror
Function · 0.85
ondata
Function · 0.85
Calls
1
removeListener
Method · 0.65
Tested by
no test coverage detected