Merge pull request #9723 from backstage/freben/airbrake-optional

airbrake: fix config to be optional, unbreak local dev startup
This commit is contained in:
Fredrik Adelöw
2022-02-22 11:50:39 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-airbrake-backend': patch
---
Make config optional
+1 -1
View File
@@ -16,7 +16,7 @@
export interface Config {
/** Configuration options for the Airbrake plugin */
airbrake: {
airbrake?: {
/**
* The API Key to authenticate requests. More details on how to get this here: https://airbrake.io/docs/api/#authentication
* @visibility secret