Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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 */
2
import
{ compress, Compressor } from
'./Compressor'
;
3
4
const
compressor =
new
Compressor();
Callers
nothing calls this directly
Calls
4
compress
Function · 0.90
clear
Method · 0.65
addEvent
Method · 0.65
finish
Method · 0.65
Tested by
no test coverage detected