Merge pull request #34031 from backstage/rugvip/isolate-invalid-feature-flag-registration

frontend-app-api: isolate invalid feature flag registrations
This commit is contained in:
Patrik Oldsberg
2026-04-23 15:57:32 +02:00
committed by GitHub
8 changed files with 358 additions and 20 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-defaults': patch
---
Invalid feature flag declarations are now treated as warnings rather than errors, letting the app load normally.
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Invalid feature flag declarations no longer crash the app during bootstrap. They are now reported through the error collector and skipped, letting the rest of the app load normally.