/** * The Airbrake Backend plugin used by \@backstage/plugin-airbrake * * @packageDocumentation */ export * from './service/router'; export * from './config'; export { airbrakePlugin as default } from './plugin';