Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ compress
Function
compress
packages/replay-worker/examples/worker.js:852–854 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
850
}
851
}
852
function
compress(data) {
853
return
gzipSync(strToU8(data));
854
}
855
function
mergeUInt8Arrays(chunks) {
856
let
len = 0;
857
for
(
const
chunk of chunks) {
Callers
1
worker.js
File · 0.70
Calls
2
gzipSync
Function · 0.85
strToU8
Function · 0.85
Tested by
no test coverage detected