Skip to content

Commit e08401e

Browse files
authored
fix(profiling): Use flagpole for continuous-profiling-compat (#74220)
1 parent 02aebd5 commit e08401e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/features/temporary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def register_temporary_features(manager: FeatureManager):
320320
# Display profile durations on the stats page
321321
manager.add("organizations:continuous-profiling-stats", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
322322
# Enable the continuous profiling compatible redesign
323-
manager.add("organizations:continuous-profiling-compat", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
323+
manager.add("organizations:continuous-profiling-compat", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE)
324324
# Enable asking for feedback after project-create when replay is disabled
325325
manager.add("organizations:project-create-replay-feedback", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
326326
# Limit project events endpoint to only query back a certain number of days

0 commit comments

Comments
 (0)