From 0045270527c2aa59a4dc626c9deef1f69217e8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 22 Feb 2022 11:31:05 +0100 Subject: [PATCH] airbrake: fix config to be optional, unbreak local dev startup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/tidy-otters-roll.md | 5 +++++ plugins/airbrake-backend/config.d.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tidy-otters-roll.md diff --git a/.changeset/tidy-otters-roll.md b/.changeset/tidy-otters-roll.md new file mode 100644 index 0000000000..13017e4b0e --- /dev/null +++ b/.changeset/tidy-otters-roll.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-airbrake-backend': patch +--- + +Make config optional diff --git a/plugins/airbrake-backend/config.d.ts b/plugins/airbrake-backend/config.d.ts index af28d7e73e..9563121127 100644 --- a/plugins/airbrake-backend/config.d.ts +++ b/plugins/airbrake-backend/config.d.ts @@ -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