Skip to content

Commit f339a60

Browse files
authored
Apply suggestion from @sentrivana
1 parent c25f7cb commit f339a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _capture_metric(
1818

1919
client = get_client()
2020

21-
attrs = {} # type: dict[str, str | bool | float | int]
21+
attrs = {} # type: dict[str, Union[str, bool, float, int]
2222
if attributes:
2323
for k, v in attributes.items():
2424
attrs[k] = (

0 commit comments

Comments
 (0)