You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Removes 13 feature flags from `temporary.py` that are no longer
referenced after the frontend consolidation in #109967. These flags were
for individual insights dashboard platform migrations that have been
consolidated into `useHasPlatformizedInsights`.
Removed flags:
- `performance-session-health-dashboard-migration`
- `insights-queries-dashboard-migration`
- `insights-http-dashboard-migration`
- `insights-backend-overview-dashboard-migration`
- `insights-mobile-vitals-dashboard-migration`
- `insights-mobile-session-health-dashboard-migration`
- `insights-web-vitals-dashboard-migration`
- `insights-frontend-overview-dashboard-migration`
- `insights-queue-dashboard-migration`
- `insights-cache-dashboard-migration`
- `insights-frontend-assets-dashboard-migration`
- `insights-nextjs-frontend-overview-dashboard-migration`
- `insights-laravel-overview-dashboard-migration`
Confirmed no remaining usages in the codebase (only changelog references
in `CHANGES`).
0 commit comments