Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2908,8 +2908,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:

SEER_GROUPING_URL = SEER_DEFAULT_URL # for local development, these share a URL

SEER_GROUPING_BACKFILL_URL = SEER_DEFAULT_URL

SEER_SCORING_URL = SEER_DEFAULT_URL # for local development, these share a URL

SEER_ANOMALY_DETECTION_MODEL_VERSION = "v1"
Expand Down
Loading