We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6cd39 commit c9468e6Copy full SHA for c9468e6
src/sentry/conf/types/uptime.py
@@ -1,7 +1,5 @@
1
import dataclasses
2
3
-from sentry.conf.types.kafka_definition import Topic
4
-
5
6
@dataclasses.dataclass
7
class UptimeRegionConfig:
@@ -13,8 +11,6 @@ class UptimeRegionConfig:
13
11
name: str
14
12
# TODO: Remove once no region configurations are setting this
15
enabled: bool = True
16
- # TODO: Remove once we've removed config that relies on this
17
- config_topic: Topic | None = None
18
# Temporarily defaulted for backwards compat
19
config_redis_cluster: str = "default"
20
# Prefix we'll add to keys in the redis config. Currently just used in tests
0 commit comments