Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ onend
Function
onend
packages/node-core/src/proxy/parse-proxy-response.ts:66–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
function
onend() {
67
cleanup();
68
debugLog(
'onend'
);
69
reject(
new
Error(
'Proxy connection ended before receiving CONNECT response'
));
70
}
71
72
function
onerror(err: Error) {
73
cleanup();
Callers
nothing calls this directly
Calls
2
cleanup
Function · 0.85
debugLog
Function · 0.70
Tested by
no test coverage detected