Skip to content

Commit 394b1f8

Browse files
authored
chore(access-logs): remove use snuba error data option (#97616)
Fully removed: - from automator: getsentry/sentry-options-automator#4876 - from sentry: #97447 Closes https://linear.app/getsentry/issue/ID-804/add-snuba-rate-limits-to-api-access-log-data
1 parent 75bca5b commit 394b1f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3441,9 +3441,6 @@
34413441
flags=FLAG_AUTOMATOR_MODIFIABLE,
34423442
)
34433443

3444-
# Enable enhancing access logs with snuba responses
3445-
register("issues.use-snuba-error-data", type=Float, default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
3446-
34473444
register("issues.log-access-logs", type=Float, default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
34483445

34493446
# Use "first-seen" group instead of "most-seen" group when merging

0 commit comments

Comments
 (0)