From 4c973e0824d5eb5352d9dfd21789227fcc5da748 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Thu, 12 Jun 2025 07:55:54 +0700 Subject: [PATCH] feat(features): enable continuous profiling (#3742) --- sentry/sentry.conf.example.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 2b10e77..79c7aef 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -309,6 +309,11 @@ SENTRY_FEATURES.update( "organizations:user-feedback-replay-clip", "organizations:user-feedback-ui", ) + # Continuous Profiling related flags + + ( + "organizations:continuous-profiling", + "organizations:continuous-profiling-stats", + ) } )