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

Function compress

packages/replay-worker/src/Compressor.ts:85–87  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

83 * Compress a string.
84 */
85export function compress(data: string): Uint8Array {
86 return compressSync(strToU8(data));
87}
88
89function mergeUInt8Arrays(chunks: Uint8Array[]): Uint8Array {
90 // calculate data length

Callers 1

handleMessage.tsFile · 0.90

Calls 1

strToU8Function · 0.85

Tested by

no test coverage detected