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

File attachments.test.ts

packages/core/test/lib/attachments.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest';
2import { createTransport } from '../../src/transports/base';
3import { parseEnvelope } from '../../src/utils/envelope';
4import { getDefaultTestClientOptions, TestClient } from '../mocks/client';

Callers

nothing calls this directly

Calls 5

testFunction · 0.90
createTransportFunction · 0.90
parseEnvelopeFunction · 0.90
captureEventMethod · 0.45

Tested by

no test coverage detected