We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff3c73 commit f4831d6Copy full SHA for f4831d6
src/sentry/snuba/referrer.py
@@ -892,6 +892,7 @@ class Referrer(StrEnum):
892
REPLAYS_QUERY_QUERY_REPLAYS_DATASET_SUBQUERY = "replays.query.query_replays_dataset_subquery"
893
REPLAYS_QUERY_BROWSE_SIMPLE_AGGREGATION = "replays.query.browse_simple_aggregation"
894
REPLAYS_FILE_REFERRER = "replays.query.download_replay_segments"
895
+ REPLAYS_SCRIPTS_DELETE_REPLAYS = "replays.scripts.delete_replays"
896
REPORTS_KEY_ERRORS = "reports.key_errors"
897
REPORTS_KEY_PERFORMANCE_ISSUES = "reports.key_performance_issues"
898
REPORTS_KEY_TRANSACTIONS_P95 = "reports.key_transactions.p95"
0 commit comments