diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index 9f31412eca2faf..f51fc88d887a79 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -501,7 +501,7 @@ def register_temporary_features(manager: FeatureManager): # User Feedback Error Link Ingestion Changes manager.add("organizations:user-feedback-event-link-ingestion-changes", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False) # Enable display of a trace data section in feedback details - manager.add("organizations:user-feedback-trace-section", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) + manager.add("organizations:user-feedback-trace-section", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable view hierarchies options manager.add("organizations:view-hierarchies-options-dev", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable the new explore page