2
0

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
This commit is contained in:
Mark Story 2020-07-14 14:48:22 -04:00 committed by GitHub
parent bb2b37a065
commit 911f17f080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",