Browse Source

feat(profiling): add cpu and memory chart flags (#53547)

Add separate cpu and memory chart feature flags for upcoming profiling
measurements display
Jonas 1 year ago
parent
commit
4f0e5b9f80
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/sentry/conf/server.py

+ 4 - 0
src/sentry/conf/server.py

@@ -1386,6 +1386,10 @@ SENTRY_FEATURES = {
     "organizations:profiling-stacktrace-links": False,
     # Enable global suspect functions in profiling
     "organizations:profiling-global-suspect-functions": False,
+    # Enable profiling CPU chart
+    "organizations:profiling-cpu-chart"
+    # Enable profiling Memory chart
+    "organizations:profiling-memory-chart"
     # Enable multi project selection
     "organizations:global-views": False,
     # Enable experimental new version of Merged Issues where sub-hashes are shown