Skip to content

Commit 7e3195c

Browse files
Revert "feat(integrations): Send SLO lifecycle metrics to Sentry via SDK (#112839)"
This reverts commit 0d2da2c. Co-authored-by: trevor-e <1447798+trevor-e@users.noreply.github.com>
1 parent 94b7028 commit 7e3195c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/integrations/utils/metrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from typing import Any, Self
99

1010
import sentry_sdk
11-
from django.conf import settings
1211

1312
from sentry import options
1413
from sentry.exceptions import RestrictedIPAddress
@@ -168,7 +167,6 @@ def record_event(
168167

169168
sample_rate = 1.0
170169
metrics.incr(key, tags=tags, sample_rate=sample_rate)
171-
sentry_sdk.metrics.count(f"{settings.SENTRY_METRICS_PREFIX}{key}", 1, attributes=dict(tags))
172170

173171
sentry_sdk.set_tags(tags)
174172

0 commit comments

Comments
 (0)