/** * The Airbrake plugin provides connectivity between Backstage and {@link https://airbrake.io/ | Airbrake}. * * @packageDocumentation */ export { airbrakePlugin } from './plugin'; export { EntityAirbrakeContent } from './extensions'; export { isAirbrakeAvailable } from './components/isAirbrakeAvailable';