Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
evanderkoogh committed Aug 10, 2024
1 parent 892ad26 commit d530e90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/spanprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Action, State, stateMachine } from './vendor/ts-checked-fsm/StateMachin

import { getActiveConfig } from './config.js'
import { TailSampleFn } from './sampling.js'
import { PostProcessorFn, ResolvedTraceConfig } from './types.js'
import { PostProcessorFn } from './types.js'

type CompletedTrace = {
traceId: string
Expand Down
1 change: 0 additions & 1 deletion src/tracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { SpanProcessor, RandomIdGenerator, ReadableSpan, SamplingDecision } from

import { SpanImpl } from './span.js'
import { getActiveConfig } from './config.js'
import { ResolvedTraceConfig } from './types.js'

export class WorkerTracer implements Tracer {
private readonly _spanProcessors: SpanProcessor[]
Expand Down

0 comments on commit d530e90

Please sign in to comment.