| 1 | import { afterEach, beforeEach, describe, expect, it } from 'vitest'; |
| 2 | import { getCurrentScope, getIsolationScope, setCurrentClient, startSpan } from '../../../src'; |
| 3 | import { conversationIdIntegration } from '../../../src/integrations/conversationId'; |
| 4 | import { GEN_AI_CONVERSATION_ID_ATTRIBUTE } from '../../../src/semanticAttributes'; |
nothing calls this directly
no test coverage detected