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

File sdk.test.ts

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

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, type Mock, test, vi } from 'vitest';
2import type { Client } from '../../src/client';
3import { getCurrentScope } from '../../src/currentScopes';
4import { captureCheckIn } from '../../src/exports';

Callers

nothing calls this directly

Calls 8

testFunction · 0.90
initAndBindFunction · 0.90
setCurrentClientFunction · 0.90
captureCheckInFunction · 0.90
getCurrentScopeFunction · 0.90
pushMethod · 0.80
setClientMethod · 0.80

Tested by

no test coverage detected