From 3eb12ae56a3ec9f21a21d4bb88ebe2f4b9486f66 Mon Sep 17 00:00:00 2001 From: nikkikapadia Date: Wed, 8 Jul 2026 17:13:26 -0400 Subject: [PATCH] feat: add in transactions -> spans migration flags --- sentry/sentry.conf.example.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 361ce7abb71..346b4ed18a3 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -447,6 +447,12 @@ def get_internal_network(): "organizations:tracemetrics-stats-bytes-ui", "organizations:tracemetrics-pii-scrubbing-ui", ) + # Transaction widgets/alerts/saved queries migration UI flags + + ( + "organizations:discover-saved-queries-deprecation", + "organizations:expose-migrated-discover-queries", + "organizations:performance-transaction-deprecation-banner", + ) } )