Skip to content

Commit 8a1df4f

Browse files
authored
chore(hybrid-cloud): Clean up unused rollout option (#97562)
After getsentry/sentry-options-automator#4871 is merged and deployed, we can finalize the clean up of this option.
1 parent 783ee2a commit 8a1df4f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3431,13 +3431,6 @@
34313431
flags=FLAG_AUTOMATOR_MODIFIABLE,
34323432
)
34333433

3434-
register(
3435-
"sentry.hybridcloud.cacheversion.rollout",
3436-
type=Float,
3437-
default=0.0,
3438-
flags=FLAG_AUTOMATOR_MODIFIABLE,
3439-
)
3440-
34413434
# Enable enhancing access logs with snuba responses
34423435
register("issues.use-snuba-error-data", type=Float, default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
34433436

0 commit comments

Comments
 (0)