Merge pull request #6013 from tudi2d/4782-forward-unhandled-errors

Catch unhandled promise rejections & forward them to the ErrorApi
This commit is contained in:
Ben Lambert
2021-06-22 15:56:21 +02:00
committed by GitHub
7 changed files with 54 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': patch
---
Introducing new UnhandledErrorForwarder installed by default. For catching unhandled promise rejections, you can override the API to align with general error handling.