Skip to content

Commit 9d2bbbe

Browse files
authored
chore(features) Add api_expose to remaining features (#74572)
- Add api_expose=False to features that aren't used in sentry or getsentry frontend. - Add api_expose=True to features that are used in getsentry UI, and some that I missed last time. This should improve the response time of organization details as we will be checking fewer feature flags on each request. Refs HC-1197
1 parent 24ab0c2 commit 9d2bbbe

File tree

3 files changed

+170
-175
lines changed

3 files changed

+170
-175
lines changed

src/sentry/apidocs/examples/project_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
"performance-n-plus-one-api-calls-detector",
228228
"performance-render-blocking-asset-span-post-process-group",
229229
"performance-uncompressed-assets-post-process-group",
230-
"performance-issues-search",
231230
"performance-slow-db-issue",
232231
"performance-db-main-thread-ingest",
233232
"session-replay",

0 commit comments

Comments
 (0)