From c5a462bff14c41e84f782538d067c490700aca4d Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Wed, 2 Mar 2022 10:30:13 +0000 Subject: [PATCH] Add a changeset Signed-off-by: Karan Shah --- .changeset/giant-bottles-eat.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/giant-bottles-eat.md diff --git a/.changeset/giant-bottles-eat.md b/.changeset/giant-bottles-eat.md new file mode 100644 index 0000000000..d37343bfe4 --- /dev/null +++ b/.changeset/giant-bottles-eat.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-airbrake': patch +--- + +Fix a bug where API calls were being made and errors were being added to the snack bar when no project ID was present. This is a common use case for components that haven't added the Airbrake plugin annotation to their `catalog-info.yaml`.