Skip to content

Commit dbc19e4

Browse files
authored
ref(issue search): Remove project allowlist option for fallback to truncation of group IDs in Snuba queries (#105665)
Follow-up to getsentry/sentry-options-automator#6050. Removing this option as it is no longer needed and we are enabling this issue search fix for all projects.
1 parent 68f0a23 commit dbc19e4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,15 +3825,6 @@
38253825
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
38263826
)
38273827

3828-
# Project ID allowlist to enable truncation of group IDs in Snuba query
3829-
# when search filters are selective.
3830-
register(
3831-
"snuba.search.truncate-group-ids-for-selective-filters-project-allowlist",
3832-
type=Sequence,
3833-
default=[],
3834-
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
3835-
)
3836-
38373828
# Option to enable truncation of group IDs in Snuba query
38383829
# when search filters are selective.
38393830
register(

0 commit comments

Comments
 (0)