further airbrake fix

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-22 12:13:42 +01:00
parent baea75b11a
commit c1069d2c40
9 changed files with 32 additions and 73 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ The Airbrake plugin provides connectivity between Backstage and Airbrake (https:
## Local Development
Start this plugin in standalone mode by running `yarn start`. This method of serving the plugin provides quicker
Start this plugin in standalone mode by running `yarn start` inside the plugin directory. This method of serving the plugin provides quicker
iteration speed and a faster startup and hot reloads. It is only meant for local development, and the setup for it can
be found inside the [/dev](./dev) directory.