We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b13d3c commit 124b977Copy full SHA for 124b977
dev-packages/cloudflare-integration-tests/suites/tracing/openai/test.ts
@@ -19,6 +19,7 @@ it('traces a basic chat completion request', async () => {
19
data: expect.objectContaining({
20
'gen_ai.operation.name': 'chat',
21
'sentry.op': 'gen_ai.chat',
22
+ 'sentry.origin': 'auto.ai.openai',
23
'gen_ai.system': 'openai',
24
'gen_ai.request.model': 'gpt-3.5-turbo',
25
'gen_ai.request.temperature': 0.7,
@@ -31,7 +32,7 @@ it('traces a basic chat completion request', async () => {
31
32
}),
33
description: 'chat gpt-3.5-turbo',
34
op: 'gen_ai.chat',
- origin: 'manual',
35
+ origin: 'auto.ai.openai',
36
37
]),
38
);
0 commit comments