Skip to content

Commit 1538557

Browse files
chore(insights): Delete unused webvital flags from temporary.py (#74511)
Deletes: `organizations:insights-browser-webvitals-static-weights` `organizations:insights-browser-webvitals-optional-components` `organizations:insights-default-performance-score-profiles`
1 parent 93d4b55 commit 1538557

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,6 @@ def register_temporary_features(manager: FeatureManager):
422422
manager.add("organizations:insights-initial-modules", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
423423
# Enable access to newer Insights modules (Caches, Queues, LLMs, Mobile UI)
424424
manager.add("organizations:insights-addon-modules", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
425-
# Use static web vital performance scoring weights
426-
manager.add("organizations:insights-browser-webvitals-static-weights", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
427-
# Sets all web vitals to optional when calculating performance scores
428-
manager.add("organizations:insights-browser-webvitals-optional-components", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
429-
# Add default browser performance score profile for fallback when no or unknown browser name is provided
430-
manager.add("organizations:insights-default-performance-score-profiles", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
431425
# Enable standalone span ingestion
432426
manager.add("organizations:standalone-span-ingestion", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
433427
# Enable the aggregate span waterfall view

0 commit comments

Comments
 (0)