Skip to content

Commit

Permalink
chore: removed circular dependency from BasicTracerProvider (#5279)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingaudasVagonis authored Dec 18, 2024
1 parent 67a0e9c commit e524148
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import {
merge,
} from '@opentelemetry/core';
import { IResource, Resource } from '@opentelemetry/resources';
import { SpanProcessor, Tracer } from '.';
import { SpanProcessor } from './SpanProcessor';
import { Tracer } from './Tracer';
import { loadDefaultConfig } from './config';
import { MultiSpanProcessor } from './MultiSpanProcessor';
import { NoopSpanProcessor } from './export/NoopSpanProcessor';
Expand Down

0 comments on commit e524148

Please sign in to comment.