Update api-report.md

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Karan Shah
2021-12-30 09:57:24 +00:00
parent f73e6a3f58
commit 3370d7ce21
+5 -5
View File
@@ -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)
```