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 1
1
import { AsyncLocalStorage } from "async_hooks" ;
2
2
3
- /* @internal */
4
3
export const traceContext = new AsyncLocalStorage < TraceContext > ( ) ;
5
4
6
5
export interface TraceContext {
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ import * as testLab from "./providers/testLab";
35
35
36
36
import { setApp as setEmulatedAdminApp } from "../common/app" ;
37
37
38
+ export { traceContext } from "../common/trace" ;
39
+
38
40
export {
39
41
analytics ,
40
42
auth ,
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ export {
58
58
firestore ,
59
59
} ;
60
60
61
+ export { traceContext } from "../common/trace" ;
62
+
61
63
export {
62
64
setGlobalOptions ,
63
65
GlobalOptions ,
@@ -80,4 +82,5 @@ export { config } from "../v1/config";
80
82
81
83
// Required for v1 Emulator support.
82
84
import { setApp as setEmulatedAdminApp } from "../common/app" ;
85
+ import { traceContext } from "../common/trace" ;
83
86
export const app = { setEmulatedAdminApp } ;
You can’t perform that action at this time.
0 commit comments