From 911f17f0801fc917ef3b487f7c2254d19a5a0139 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 14 Jul 2020 14:48:22 -0400 Subject: [PATCH] feat: Enable performance views for on-premise (#586) The discover-basic and discover-query feature flags are enabled by default in the built-in sentry/conf/server.py Closes #582 --- sentry/sentry.conf.example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 216440d..ec64895 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -246,6 +246,7 @@ SENTRY_FEATURES.update( "organizations:sso-basic", "organizations:sso-rippling", "organizations:sso-saml2", + "organizations:performance-view", "projects:custom-inbound-filters", "projects:data-forwarding", "projects:discard-groups",