MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / conversationId.test.ts

File conversationId.test.ts

packages/core/test/lib/integrations/conversationId.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it } from 'vitest';
2import { getCurrentScope, getIsolationScope, setCurrentClient, startSpan } from '../../../src';
3import { conversationIdIntegration } from '../../../src/integrations/conversationId';
4import { GEN_AI_CONVERSATION_ID_ATTRIBUTE } from '../../../src/semanticAttributes';

Callers

nothing calls this directly

Calls 9

setCurrentClientFunction · 0.90
getCurrentScopeFunction · 0.90
getIsolationScopeFunction · 0.90
startSpanFunction · 0.90
spanToJSONFunction · 0.90
setClientMethod · 0.80
setConversationIdMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected