Skip to content

Commit a48d701

Browse files
fix logic
1 parent aba2cf1 commit a48d701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _serialized_v1_span_to_serialized_v2_span(
177177
description = span["description"]
178178

179179
if description is None and "op" in span:
180-
res["name"] = span["op"]
180+
description = span["op"]
181181

182182
res["name"] = description
183183

0 commit comments

Comments
 (0)