Skip to content

Commit 52f5b44

Browse files
authored
chore(sentryapps) Remove option for sentryapp RPC transition (#81245)
This option is no longer being read and was unset in getsentry/sentry-options-automator#2757
1 parent ebddea7 commit 52f5b44

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: src/sentry/hybridcloud/options.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from sentry.options import FLAG_AUTOMATOR_MODIFIABLE, register
2-
from sentry.utils.types import Bool, Float, Int, Sequence
2+
from sentry.utils.types import Bool, Int, Sequence
33

44
register(
55
"outbox_replication.sentry_organizationmember.replication_version",
@@ -161,10 +161,3 @@
161161
default=[],
162162
flags=FLAG_AUTOMATOR_MODIFIABLE,
163163
)
164-
165-
register(
166-
"app_service.installations_for_org.cached",
167-
type=Float,
168-
default=0.0,
169-
flags=FLAG_AUTOMATOR_MODIFIABLE,
170-
)

0 commit comments

Comments
 (0)