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 c972a48 commit e4a97d6Copy full SHA for e4a97d6
dev-packages/node-integration-tests/suites/tracing/openai/test.ts
@@ -370,7 +370,7 @@ describe('OpenAI integration', () => {
370
data: {
371
'gen_ai.operation.name': 'chat',
372
'sentry.op': 'gen_ai.chat',
373
- 'sentry.origin': 'auto.function.openai',
+ 'sentry.origin': 'auto.ai.openai',
374
'gen_ai.system': 'openai',
375
'gen_ai.request.model': 'gpt-3.5-turbo',
376
'gen_ai.request.temperature': 0.7,
@@ -387,7 +387,7 @@ describe('OpenAI integration', () => {
387
'openai.usage.prompt_tokens': 10,
388
},
389
op: 'gen_ai.chat',
390
- origin: 'auto.function.openai',
+ origin: 'auto.ai.openai',
391
status: 'ok',
392
393
0 commit comments