We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd6f4c commit 752049dCopy full SHA for 752049d
1 file changed
sentry_sdk/integrations/grpc/client.py
@@ -39,10 +39,9 @@ def intercept_unary_unary(
39
attributes={
40
"sentry.op": OP.GRPC_CLIENT,
41
"sentry.origin": SPAN_ORIGIN,
42
+ SPANDATA.RPC_METHOD: method,
43
},
44
) as span:
- span.set_attribute(SPANDATA.RPC_METHOD, method)
45
-
46
client_call_details = (
47
self._update_client_call_details_metadata_from_scope(
48
client_call_details
@@ -92,10 +91,9 @@ def intercept_unary_stream(
92
91
93
94
95
96
97
98
99
100
101
0 commit comments