We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f64c4 commit e36c40bCopy full SHA for e36c40b
sentry_sdk/_metrics.py
@@ -24,7 +24,7 @@ def _capture_metric(
24
25
client = sentry_sdk.get_client()
26
27
- attrs = {} # type: dict[str, Union[str, bool, float, int]
+ attrs = {} # type: dict[str, Union[str, bool, float, int]]
28
if attributes:
29
for k, v in attributes.items():
30
attrs[k] = (
0 commit comments