| 1 | import { assertEquals, assertNotEquals } from 'https://deno.land/std@0.212.0/assert/mod.ts'; |
| 2 | import { context, propagation, trace } from 'npm:@opentelemetry/api@1'; |
| 3 | import type { DenoClient } from '../build/esm/index.js'; |
| 4 | import { getCurrentScope, getGlobalScope, getIsolationScope, init, startSpan } from '../build/esm/index.js'; |
nothing calls this directly
no test coverage detected