We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c75da1 commit 54a9b07Copy full SHA for 54a9b07
1 file changed
sentry_sdk/client.py
@@ -93,10 +93,10 @@
93
94
95
def _serialized_v1_span_to_serialized_v2_span(
96
- span: "Dict[str, Any]", event: "Event"
+ span: "dict[str, Any]", event: "Event"
97
) -> "dict[str, Any]":
98
# See SpanBatcher._to_transport_format() for analogous population of all entries except "attributes".
99
- res: "Dict[str, Any]" = {
+ res: "dict[str, Any]" = {
100
"status": "ok",
101
"is_segment": False,
102
}
0 commit comments