MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / send

Method send

packages/deno/lib.deno.d.ts:11836–11836  ·  view source on GitHub ↗

* Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView.

(data: string | ArrayBufferLike | Blob | ArrayBufferView)

Source from the content-addressed store, hash-verified

11834 * Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView.
11835 */
11836 send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void;
11837 readonly CLOSED: number;
11838 readonly CLOSING: number;
11839 readonly CONNECTING: number;

Callers 15

fetch.test.tsFile · 0.65
offline.test.tsFile · 0.65
_flushMethod · 0.65
origHandlerNoErrorFunction · 0.65
http.test.tsFile · 0.65
https.test.tsFile · 0.65
sendAbnormalSessionFunction · 0.65
sendAnrEventFunction · 0.65
index.test.tsFile · 0.65
sendReplayRequestFunction · 0.65
sendAbnormalSessionFunction · 0.65

Calls

no outgoing calls

Tested by 1

origHandlerNoErrorFunction · 0.52