Commit 7a89f55
committed
feat(integrations): Send SLO lifecycle metrics to Sentry via SDK
Adds a direct sentry_sdk.metrics.count() call alongside the existing
metrics.incr() in record_event() so SLO metrics (started, success,
halted, failure) are sent to Sentry at 100% with integration_id,
bypassing the DualWrite experimental backend's 5% sample rate.1 parent 7041372 commit 7a89f55
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
0 commit comments