| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | import { Scope } from '../../../src/scope'; |
| 3 | import { getCapturedScopesOnSpan, setCapturedScopesOnSpan } from '../../../src/tracing/utils'; |
| 4 | import type { Span } from '../../../src/types/span'; |
nothing calls this directly
no test coverage detected