From dc3e7ce68a9f2e2e1506045a978bb4c91ddbe2ce Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Fri, 11 Jun 2021 14:32:08 +0200 Subject: [PATCH] Add changeset Signed-off-by: Philipp Hugenroth --- .changeset/fair-knives-relax.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/fair-knives-relax.md diff --git a/.changeset/fair-knives-relax.md b/.changeset/fair-knives-relax.md new file mode 100644 index 0000000000..12c273b2f5 --- /dev/null +++ b/.changeset/fair-knives-relax.md @@ -0,0 +1,6 @@ +--- +'@backstage/core': patch +'@backstage/core-api': patch +--- + +Catch unhandled promise rejections & forward them to the ErrorApi to align with general error handling