MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / server-runtime-client.test.ts

File server-runtime-client.test.ts

packages/core/test/lib/server-runtime-client.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, test, vi } from 'vitest';
2import { applySdkMetadata, createTransport, Scope } from '../../src';
3import { _INTERNAL_captureMetric, _INTERNAL_getMetricBuffer } from '../../src/metrics/internal';
4import type { ServerRuntimeClientOptions } from '../../src/server-runtime-client';

Callers

nothing calls this directly

Calls 14

testFunction · 0.90
applySdkMetadataFunction · 0.90
_INTERNAL_captureMetricFunction · 0.90
captureCheckInMethod · 0.80
captureMessageMethod · 0.80
setClientMethod · 0.80
registerCleanupMethod · 0.80
getDefaultClientOptionsFunction · 0.70
getOptionsMethod · 0.65
forEachMethod · 0.65
captureExceptionMethod · 0.45

Tested by

no test coverage detected