Skip to content

Commit e4a97d6

Browse files
committed
auto.function.openai->aut.ai.openai
1 parent c972a48 commit e4a97d6

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/node-integration-tests/suites/tracing/openai

1 file changed

+2
-2
lines changed

dev-packages/node-integration-tests/suites/tracing/openai/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ describe('OpenAI integration', () => {
370370
data: {
371371
'gen_ai.operation.name': 'chat',
372372
'sentry.op': 'gen_ai.chat',
373-
'sentry.origin': 'auto.function.openai',
373+
'sentry.origin': 'auto.ai.openai',
374374
'gen_ai.system': 'openai',
375375
'gen_ai.request.model': 'gpt-3.5-turbo',
376376
'gen_ai.request.temperature': 0.7,
@@ -387,7 +387,7 @@ describe('OpenAI integration', () => {
387387
'openai.usage.prompt_tokens': 10,
388388
},
389389
op: 'gen_ai.chat',
390-
origin: 'auto.function.openai',
390+
origin: 'auto.ai.openai',
391391
status: 'ok',
392392
},
393393
},

0 commit comments

Comments
 (0)