We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4559866 commit 183ca42Copy full SHA for 183ca42
src/common/trace.ts
@@ -1,6 +1,5 @@
1
import { AsyncLocalStorage } from "async_hooks";
2
3
-/* @internal */
4
export const traceContext = new AsyncLocalStorage<TraceContext>();
5
6
export interface TraceContext {
src/v1/index.ts
@@ -35,6 +35,8 @@ import * as testLab from "./providers/testLab";
35
36
import { setApp as setEmulatedAdminApp } from "../common/app";
37
38
+export { traceContext } from "../common/trace";
39
+
40
export {
41
analytics,
42
auth,
src/v2/index.ts
@@ -58,6 +58,8 @@ export {
58
firestore,
59
};
60
61
62
63
64
setGlobalOptions,
65
GlobalOptions,
0 commit comments