Skip to content

Commit

Permalink
chore(sentryapps) Remove option for sentryapp RPC transition (#81245)
Browse files Browse the repository at this point in the history
This option is no longer being read and was unset in
getsentry/sentry-options-automator#2757
  • Loading branch information
markstory authored Nov 25, 2024
1 parent ebddea7 commit 52f5b44
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/sentry/hybridcloud/options.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from sentry.options import FLAG_AUTOMATOR_MODIFIABLE, register
from sentry.utils.types import Bool, Float, Int, Sequence
from sentry.utils.types import Bool, Int, Sequence

register(
"outbox_replication.sentry_organizationmember.replication_version",
Expand Down Expand Up @@ -161,10 +161,3 @@
default=[],
flags=FLAG_AUTOMATOR_MODIFIABLE,
)

register(
"app_service.installations_for_org.cached",
type=Float,
default=0.0,
flags=FLAG_AUTOMATOR_MODIFIABLE,
)

0 comments on commit 52f5b44

Please sign in to comment.