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 a765a10 commit d18392cCopy full SHA for d18392c
sentry_dynamic_sampling_lib/shared.py
@@ -99,6 +99,7 @@ def __iter__(self):
99
# check if metric is activated
100
if not metric["activated"]:
101
LOGGER.debug("Metric %s disabled", metric_type.value)
102
+ continue
103
with self._lock:
104
# check im metric is empty
105
if len(metric["data"]) == 0:
0 commit comments