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