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

File handleMessage.ts

packages/replay-worker/src/handleMessage.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/no-unsafe-member-access */
2import { compress, Compressor } from './Compressor';
3
4const compressor = new Compressor();

Callers

nothing calls this directly

Calls 4

compressFunction · 0.90
clearMethod · 0.65
addEventMethod · 0.65
finishMethod · 0.65

Tested by

no test coverage detected