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

Function setupOnce

packages/wasm/src/index.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 return {
40 name: INTEGRATION_NAME,
41 setupOnce() {
42 patchWebAssembly();
43 },
44 processEvent(event: Event): Event {
45 let hasAtLeastOneWasmFrameWithImage = false;
46

Callers

nothing calls this directly

Calls 1

patchWebAssemblyFunction · 0.90

Tested by

no test coverage detected