Skip to content

Commit 6a56afe

Browse files
committed
chore: remove traceContext export in v1
1 parent 183ca42 commit 6a56afe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/v1/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ import * as testLab from "./providers/testLab";
3535

3636
import { setApp as setEmulatedAdminApp } from "../common/app";
3737

38-
export { traceContext } from "../common/trace";
39-
4038
export {
4139
analytics,
4240
auth,

src/v2/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ export {
5858
firestore,
5959
};
6060

61-
export { traceContext } from "../common/trace";
62-
6361
export {
6462
setGlobalOptions,
6563
GlobalOptions,
@@ -72,6 +70,7 @@ export {
7270

7371
export { CloudFunction, CloudEvent, ParamsOf, onInit } from "./core";
7472
export { Change } from "../common/change";
73+
export { traceContext } from "../common/trace";
7574
// NOTE: Equivalent to `export * as params from "../params"` but api-extractor doesn't support that syntax.
7675
import * as params from "../params";
7776
export { params };

0 commit comments

Comments
 (0)