mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-19 18:35:59 -05:00
api: fix tracing (#1263)
This commit is contained in:
parent
fefcc5b124
commit
fa18df3bcc
@ -123,7 +123,7 @@ export function setupOtel() {
|
||||
|
||||
logapi.setGlobalLoggerProvider(lp);
|
||||
metricapi.setGlobalMeterProvider(mp);
|
||||
traceapi.setGlobalTracerProvider(tp);
|
||||
tp.register();
|
||||
}
|
||||
|
||||
export function record<T extends (...args: any) => any>(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user