diff --git a/plugins/airbrake/api-report.md b/plugins/airbrake/api-report.md index dd507ad30f..ea747faf27 100644 --- a/plugins/airbrake/api-report.md +++ b/plugins/airbrake/api-report.md @@ -8,11 +8,6 @@ import { BackstagePlugin } from '@backstage/core-plugin-api'; import { RouteRef } from '@backstage/core-plugin-api'; -// Warning: (ae-missing-release-tag) "AirbrakeWidget" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) -export const AirbrakeWidget: () => JSX.Element; - // Warning: (ae-missing-release-tag) "airbrakePlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) @@ -23,5 +18,10 @@ export const airbrakePlugin: BackstagePlugin< {} >; +// Warning: (ae-missing-release-tag) "AirbrakeWidget" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const AirbrakeWidget: () => JSX.Element; + // (No @packageDocumentation comment for this package) ```