File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11import { AsyncLocalStorage } from "async_hooks" ;
22
3- /* @internal */
43export const traceContext = new AsyncLocalStorage < TraceContext > ( ) ;
54
65export interface TraceContext {
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ import * as testLab from "./providers/testLab";
3535
3636import { setApp as setEmulatedAdminApp } from "../common/app" ;
3737
38+ export { traceContext } from "../common/trace" ;
39+
3840export {
3941 analytics ,
4042 auth ,
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ export {
5858 firestore ,
5959} ;
6060
61+ export { traceContext } from "../common/trace" ;
62+
6163export {
6264 setGlobalOptions ,
6365 GlobalOptions ,
@@ -80,4 +82,5 @@ export { config } from "../v1/config";
8082
8183// Required for v1 Emulator support.
8284import { setApp as setEmulatedAdminApp } from "../common/app" ;
85+ import { traceContext } from "../common/trace" ;
8386export const app = { setEmulatedAdminApp } ;
You can’t perform that action at this time.
0 commit comments