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 01a9797 commit da78741Copy full SHA for da78741
1 file changed
tests/integrations/openai/test_openai.py
@@ -4131,6 +4131,8 @@ def test_ai_client_span_responses_api(
4131
"gen_ai.request.messages": safe_serialize(expected_request_messages),
4132
"gen_ai.request.model": "gpt-4o",
4133
"gen_ai.response.text": "the model response",
4134
+ "sentry.op": "gen_ai.responses",
4135
+ "sentry.origin": "auto.ai.openai",
4136
"sentry.segment.name": "openai tx",
4137
}
4138
@@ -4939,6 +4941,7 @@ async def test_ai_client_span_streaming_responses_async_api(
4939
4941
"sentry.environment": "production",
4940
4942
"sentry.op": "gen_ai.responses",
4943
"sentry.origin": "auto.ai.openai",
4944
+ "sentry.segment.name": "openai tx",
4945
4946
4947
if expected_system_instructions is not None:
0 commit comments