MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / sdk.test.ts

File sdk.test.ts

packages/bun/test/sdk.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { BaseTransportOptions, Envelope, Event, Transport, TransportMakeRequestResponse } from '@sentry/core';
2import { describe, expect, test } from 'bun:test';
3import type { NodeClient } from '../src/index';
4import { init } from '../src/index';

Callers

nothing calls this directly

Calls 5

initFunction · 0.90
setTimeoutFunction · 0.85
flushMethod · 0.65
testFunction · 0.50
captureExceptionMethod · 0.45

Tested by

no test coverage detected