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

File breadcrumbs.test.ts

packages/node/test/integration/breadcrumbs.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { addBreadcrumb, captureException, withIsolationScope, withScope } from '@sentry/core';
2import { startSpan } from '@sentry/opentelemetry';
3import { afterEach, describe, expect, it, vi } from 'vitest';
4import { getClient } from '../../src/';

Callers

nothing calls this directly

Calls 10

cleanupOtelFunction · 0.90
mockSdkInitFunction · 0.90
getClientFunction · 0.90
addBreadcrumbFunction · 0.90
captureExceptionFunction · 0.90
withIsolationScopeFunction · 0.90
startSpanFunction · 0.90
withScopeFunction · 0.90
setTimeoutFunction · 0.85
flushMethod · 0.65

Tested by

no test coverage detected