airbrake: fix config to be optional, unbreak local dev startup

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-22 11:31:05 +01:00
parent b734f71362
commit 0045270527
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