Skip to content

Commit 973c81c

Browse files
authored
chore(events): Clean up preprocess option (3/3) (#103194)
Putting up PRs to clean up the preprocess option. I'll probably let the option sit for a day or two longer just to be safe, but wanted to get this out of the way. Steps: 1. Clean up usages: [#103192](#103192) 2. Clean up options-automator declaration: [#5703](getsentry/sentry-options-automator#5703) 3. Clean up sentry declaration: THIS PR This is PR 3/3.
1 parent 8e0fb75 commit 973c81c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@
842842
)
843843
register("snuba.search.hits-sample-size", default=100, flags=FLAG_AUTOMATOR_MODIFIABLE)
844844
register("snuba.track-outcomes-sample-rate", default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
845-
register("snuba.preprocess-group-redirects", default=False, flags=FLAG_AUTOMATOR_MODIFIABLE)
846845

847846
# The percentage of tagkeys that we want to cache. Set to 1.0 in order to cache everything, <=0.0 to stop caching
848847
register(

0 commit comments

Comments
 (0)