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

File webWorker.ts

packages/browser/src/integrations/webWorker.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { DebugImage, Integration, IntegrationFn } from '@sentry/core/browser';
2import { captureEvent, debug, defineIntegration, getClient, isPlainObject, isPrimitive } from '@sentry/core/browser';
3import { DEBUG_BUILD } from '../debug-build';
4import { eventFromUnknownInput } from '../eventbuilder';

Callers

nothing calls this directly

Calls 3

defineIntegrationFunction · 0.85
listenForSentryMessagesFunction · 0.85
forEachMethod · 0.65

Tested by

no test coverage detected