@@ -529,6 +529,7 @@ def test_text_generation(
529529 "sentry.sdk.version" : mock .ANY ,
530530 "sentry.segment.id" : mock .ANY ,
531531 "sentry.segment.name" : "test" ,
532+ "server.address" : mock .ANY ,
532533 "thread.id" : mock .ANY ,
533534 "thread.name" : mock .ANY ,
534535 }
@@ -665,6 +666,7 @@ def test_text_generation_streaming(
665666 "sentry.sdk.version" : mock .ANY ,
666667 "sentry.segment.id" : mock .ANY ,
667668 "sentry.segment.name" : "test" ,
669+ "server.address" : mock .ANY ,
668670 "thread.id" : mock .ANY ,
669671 "thread.name" : mock .ANY ,
670672 }
@@ -805,6 +807,7 @@ def test_chat_completion(
805807 "sentry.sdk.version" : mock .ANY ,
806808 "sentry.segment.id" : mock .ANY ,
807809 "sentry.segment.name" : "test" ,
810+ "server.address" : mock .ANY ,
808811 "thread.id" : mock .ANY ,
809812 "thread.name" : mock .ANY ,
810813 }
@@ -953,6 +956,7 @@ def test_chat_completion_streaming(
953956 "sentry.sdk.version" : mock .ANY ,
954957 "sentry.segment.id" : mock .ANY ,
955958 "sentry.segment.name" : "test" ,
959+ "server.address" : mock .ANY ,
956960 "thread.id" : mock .ANY ,
957961 "thread.name" : mock .ANY ,
958962 }
@@ -1099,6 +1103,7 @@ def test_chat_completion_api_error(
10991103 "sentry.sdk.version" : mock .ANY ,
11001104 "sentry.segment.id" : mock .ANY ,
11011105 "sentry.segment.name" : "test" ,
1106+ "server.address" : mock .ANY ,
11021107 "thread.id" : mock .ANY ,
11031108 "thread.name" : mock .ANY ,
11041109 }
@@ -1297,6 +1302,7 @@ def test_chat_completion_with_tools(
12971302 "sentry.sdk.version" : mock .ANY ,
12981303 "sentry.segment.id" : mock .ANY ,
12991304 "sentry.segment.name" : "test" ,
1305+ "server.address" : mock .ANY ,
13001306 "thread.id" : mock .ANY ,
13011307 "thread.name" : mock .ANY ,
13021308 }
@@ -1456,6 +1462,7 @@ def test_chat_completion_streaming_with_tools(
14561462 "sentry.sdk.version" : mock .ANY ,
14571463 "sentry.segment.id" : mock .ANY ,
14581464 "sentry.segment.name" : "test" ,
1465+ "server.address" : mock .ANY ,
14591466 "thread.id" : mock .ANY ,
14601467 "thread.name" : mock .ANY ,
14611468 }
0 commit comments