| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { SPAN_STATUS_ERROR } from '../../../src/tracing'; |
| 3 | import { SentryNonRecordingSpan } from '../../../src/tracing/sentryNonRecordingSpan'; |
| 4 | import type { Span } from '../../../src/types/span'; |
nothing calls this directly
no test coverage detected