Merge pull request #9876 from simplybusiness/airbrake-no-projectid-no-error

Airbrake Plugin: No API calls made or errors created if there is no project ID
This commit is contained in:
Fredrik Adelöw
2022-03-09 19:49:07 +01:00
committed by GitHub
3 changed files with 59 additions and 58 deletions
+5
View File
@@ -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`.