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 94b7028 commit 7e3195cCopy full SHA for 7e3195c
src/sentry/integrations/utils/metrics.py
@@ -8,7 +8,6 @@
8
from typing import Any, Self
9
10
import sentry_sdk
11
-from django.conf import settings
12
13
from sentry import options
14
from sentry.exceptions import RestrictedIPAddress
@@ -168,7 +167,6 @@ def record_event(
168
167
169
sample_rate = 1.0
170
metrics.incr(key, tags=tags, sample_rate=sample_rate)
171
- sentry_sdk.metrics.count(f"{settings.SENTRY_METRICS_PREFIX}{key}", 1, attributes=dict(tags))
172
173
sentry_sdk.set_tags(tags)
174
0 commit comments