We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebddea7 commit 52f5b44Copy full SHA for 52f5b44
src/sentry/hybridcloud/options.py
@@ -1,5 +1,5 @@
1
from sentry.options import FLAG_AUTOMATOR_MODIFIABLE, register
2
-from sentry.utils.types import Bool, Float, Int, Sequence
+from sentry.utils.types import Bool, Int, Sequence
3
4
register(
5
"outbox_replication.sentry_organizationmember.replication_version",
@@ -161,10 +161,3 @@
161
default=[],
162
flags=FLAG_AUTOMATOR_MODIFIABLE,
163
)
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