Skip to content

Commit 6dace8a

Browse files
committed
docgen
1 parent 391c2e8 commit 6dace8a

File tree

4 files changed

+8
-40
lines changed

4 files changed

+8
-40
lines changed

common/api-review/telemetry.api.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import { AnyValueMap } from '@opentelemetry/api-logs';
88
import { FirebaseApp } from '@firebase/app';
9-
import { Instrumentation } from 'next';
109
import { LoggerProvider } from '@opentelemetry/sdk-logs';
1110

1211
// @public
@@ -18,7 +17,13 @@ export function flush(telemetry: Telemetry): Promise<void>;
1817
// @public
1918
export function getTelemetry(app?: FirebaseApp): Telemetry;
2019

21-
export { Instrumentation }
20+
// @public (undocumented)
21+
export namespace Instrumentation {
22+
// Warning: (ae-forgotten-export) The symbol "InstrumentationOnRequestError" needs to be exported by the entry point index.d.ts
23+
//
24+
// (undocumented)
25+
export type onRequestError = InstrumentationOnRequestError;
26+
}
2227

2328
// @public
2429
export const nextOnRequestError: Instrumentation.onRequestError;

docs-devsite/telemetry.instrumentation.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs-devsite/telemetry.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ https://github.com/firebase/firebase-js-sdk
2727
| --- | --- |
2828
| [Telemetry](./telemetry.telemetry.md#telemetry_interface) | An instance of the Firebase Telemetry SDK.<!-- -->Do not create this instance directly. Instead, use [getTelemetry()](./telemetry.md#gettelemetry_cf608e1)<!-- -->. |
2929

30-
## Namespaces
31-
32-
| Namespace | Description |
33-
| --- | --- |
34-
| [Instrumentation](./telemetry.instrumentation.md#instrumentation_namespace) | |
35-
3630
## Variables
3731

3832
| Variable | Description |

packages/telemetry/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"untrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts",
88
"betaTrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>-public.d.ts"
99
},
10-
"bundledPackages": ["react"]
10+
"bundledPackages": ["next"]
1111
}

0 commit comments

Comments
 (0)