MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / start

Method start

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

* Begins dispatching messages received on the port. This is implicitly called * when assigning a value to `this.onmessage`.

()

Source from the content-addressed store, hash-verified

8958 * when assigning a value to `this.onmessage`.
8959 */
8960 start(): void;
8961 addEventListener<K extends keyof MessagePortEventMap>(
8962 type: K,
8963 listener: (this: MessagePort, ev: MessagePortEventMap[K]) => any,

Callers 15

startFunction · 0.65
ClientErrorDebugToolsFunction · 0.65
instrument.tsFile · 0.65
instrument.tsFile · 0.65
instrument.tsFile · 0.65
ClientErrorDebugToolsFunction · 0.65
app.jsFile · 0.65
init.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected