File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/traceloop-sdk/src/lib Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export { Experiment } from "./client/experiment";
34
34
export { Evaluator } from "./client/evaluator" ;
35
35
export { initialize , getClient } from "./configuration" ;
36
36
export { forceFlush } from "./tracing" ;
37
+ export { getTraceloopTracer } from "./tracing/tracing" ;
37
38
export * from "./tracing/decorators" ;
38
39
export * from "./tracing/manual" ;
39
40
export * from "./tracing/association" ;
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ export const getTracer = () => {
12
12
return trace . getTracer ( TRACER_NAME ) ;
13
13
} ;
14
14
15
+ export const getTraceloopTracer = getTracer ;
16
+
15
17
export const getEntityPath = ( entityContext : Context ) : string | undefined => {
16
18
const path = entityContext . getValue ( ENTITY_NAME_KEY ) ;
17
19
You can’t perform that action at this time.
0 commit comments