Skip to content

Commit ca663f0

Browse files
committed
remove metadata killswitch
1 parent d11d290 commit ca663f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -842,12 +842,6 @@
842842
type=Bool,
843843
flags=FLAG_MODIFIABLE_BOOL | FLAG_AUTOMATOR_MODIFIABLE,
844844
)
845-
register(
846-
"seer.similarity-embeddings-metadata-killswitch.enabled",
847-
default=False,
848-
type=Bool,
849-
flags=FLAG_MODIFIABLE_BOOL | FLAG_AUTOMATOR_MODIFIABLE,
850-
)
851845
register(
852846
"seer.similarity-embeddings-delete-by-hash-killswitch.enabled",
853847
default=False,

0 commit comments

Comments
 (0)