From e1ae24781cabd955f565fed0bc83d910ad78501a Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Thu, 23 Dec 2021 11:47:56 +0000 Subject: [PATCH] Add the generated api-report.md Signed-off-by: Karan Shah --- plugins/airbrake/api-report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/airbrake/api-report.md diff --git a/plugins/airbrake/api-report.md b/plugins/airbrake/api-report.md new file mode 100644 index 0000000000..a5b1baf948 --- /dev/null +++ b/plugins/airbrake/api-report.md @@ -0,0 +1,27 @@ +## API Report File for "@backstage/plugin-airbrake" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +/// + +import { BackstagePlugin } from '@backstage/core-plugin-api'; +import { RouteRef } from '@backstage/core-plugin-api'; + +// Warning: (ae-missing-release-tag) "AirbrakePage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const AirbrakePage: () => 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) +export const airbrakePlugin: BackstagePlugin< + { + root: RouteRef; + }, + {} +>; + +// (No @packageDocumentation comment for this package) +```