| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import type { HandlerDataFetch } from '../../src'; |
| 3 | import { _INTERNAL_getTracingHeadersForFetchRequest, instrumentFetchRequest } from '../../src/fetch'; |
| 4 | import type { Span } from '../../src/types/span'; |
nothing calls this directly
no test coverage detected