feat(features): enable continuous profiling (#3742)

This commit is contained in:
Reinaldy Rafli 2025-06-12 07:55:54 +07:00 committed by GitHub
parent c8ee02de19
commit 4c973e0824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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