From 3370d7ce21fa27911adf738b1fbc45642195430d Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Thu, 30 Dec 2021 09:57:24 +0000 Subject: [PATCH] Update api-report.md Signed-off-by: Karan Shah --- plugins/airbrake/api-report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) ```