From 3522a123256f78c9bdfe5da3f20df2eb8452878c Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Mon, 1 Jun 2020 23:34:54 +0300 Subject: [PATCH] ref(sentry): Remove explicit Discover v2 flags (#523) Discover v2 is now enabled by default: getsentry/sentry#19023 --- sentry/sentry.conf.example.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 32682aa..05862cb 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -206,9 +206,6 @@ SENTRY_FEATURES.update( for feature in ( "organizations:discover", "organizations:events", - "organizations:discover-basic", - "organizations:discover-query", - "organizations:events-v2", "organizations:global-views", "organizations:integrations-issue-basic", "organizations:integrations-issue-sync",