Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ onerror
Function
onerror
packages/node-core/src/proxy/parse-proxy-response.ts:72–76 ·
view source on GitHub ↗
(err: Error)
Source
from the content-addressed store, hash-verified
70
}
71
72
function
onerror(err: Error) {
73
cleanup();
74
debugLog(
'onerror %o'
, err);
75
reject(err);
76
}
77
78
function
ondata(b: Buffer) {
79
buffers.push(b);
Callers
nothing calls this directly
Calls
2
cleanup
Function · 0.85
debugLog
Function · 0.70
Tested by
no test coverage detected