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

File utils.test.ts

packages/profiling-node/test/utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Event } from '@sentry/core';
2import { addItemToEnvelope, createEnvelope, uuid4 } from '@sentry/core';
3import type { RawThreadCpuProfile } from '@sentry/node-cpu-profiler';
4import { describe, expect, it } from 'vitest';

Callers

nothing calls this directly

Calls 8

isValidSampleRateFunction · 0.90
isValidProfileFunction · 0.90
createEnvelopeFunction · 0.90
addProfilesToEnvelopeFunction · 0.90
addItemToEnvelopeFunction · 0.90
uuid4Function · 0.90
makeProfileFunction · 0.85

Tested by

no test coverage detected