Skip to content

Commit 66722af

Browse files
authored
chore(issues): remove option registration from inferring project platform (#96678)
Follow up from getsentry/sentry-options-automator#4702, cleaning up leftover option from rolling out inferring project platforms from #95402
1 parent 6508c89 commit 66722af

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,14 +3653,6 @@
36533653
flags=FLAG_AUTOMATOR_MODIFIABLE,
36543654
)
36553655

3656-
# Rollout for inferring project platform from events received
3657-
register(
3658-
"sentry:infer_project_platform",
3659-
type=Float,
3660-
default=0.0,
3661-
flags=FLAG_AUTOMATOR_MODIFIABLE,
3662-
)
3663-
36643656
register(
36653657
"sentry.hybridcloud.cacheversion.rollout",
36663658
type=Float,

0 commit comments

Comments
 (0)