MCPcopy 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

cleanupFunction · 0.85
debugLogFunction · 0.70

Tested by

no test coverage detected