Skip to content

Commit 857f134

Browse files
roagaandrewshie-sentry
authored andcommitted
chore(seer): Turn scanner off by default (#93317)
Changing default setting to off for seer scanner.
1 parent d273047 commit 857f134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ class InsightModules(Enum):
722722
SAMPLING_MODE_DEFAULT = "organization"
723723
ROLLBACK_ENABLED_DEFAULT = True
724724
DEFAULT_AUTOFIX_AUTOMATION_TUNING_DEFAULT = "off"
725-
DEFAULT_SEER_SCANNER_AUTOMATION_DEFAULT = True
725+
DEFAULT_SEER_SCANNER_AUTOMATION_DEFAULT = False
726726
INGEST_THROUGH_TRUSTED_RELAYS_ONLY_DEFAULT = False
727727

728728
# `sentry:events_member_admin` - controls whether the 'member' role gets the event:admin scope

0 commit comments

Comments
 (0)