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

File worker.ts

packages/node-core/src/integrations/anr/worker.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Session as InspectorSession } from 'node:inspector';
2import { parentPort, workerData } from 'node:worker_threads';
3import type { DebugImage, Event, ScopeData, Session, StackFrame } from '@sentry/core';
4import {

Callers

nothing calls this directly

Calls 14

makeNodeTransportFunction · 0.90
callFrameToStackFrameFunction · 0.90
watchdogTimerFunction · 0.90
makeSessionFunction · 0.90
setTimeoutFunction · 0.85
sendAnrEventFunction · 0.85
pollFunction · 0.85
logFunction · 0.70
onMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected