Skip to content

Commit 3f9b23d

Browse files
jamietannaviceice
andauthored
chore(instrumentation): remove TODO (renovatebot#42133)
As noted by Michael, this was likely fixed as part of other changes he'd made recently around logging. Co-authored-by: Michael Kriese <1798109+viceice@users.noreply.github.com>
1 parent f2546b8 commit 3f9b23d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/instrumentation/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export function init(): void {
6363
if (isTraceSendingEnabled()) {
6464
const exporter = new OTLPTraceExporter();
6565
spanProcessors.push(new BatchSpanProcessor(exporter));
66-
// TODO: fix me, transitive initializes logger
6766
spanProcessors.push(new GitOperationSpanProcessor());
6867
}
6968

0 commit comments

Comments
 (0)