Skip to content

Commit 409db6f

Browse files
committed
feat: expose telemetry SDK
1 parent 7c2ccff commit 409db6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/telemetry/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ export async function startGlobalTelemetry(
124124
}
125125
}
126126

127+
export function getNodeTelemetrySdk() {
128+
return telemetrySdk;
129+
}
130+
127131
export function getGlobalPrometheusExporter() {
128132
return prometheusExporter;
129133
}

0 commit comments

Comments
 (0)