Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 2aad56a

Browse files
committed
Ajusted import sampler
1 parent f77b794 commit 2aad56a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencensus-core/src/trace/model/root-span.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import * as uuid from 'uuid';
2020
import { debug } from '../../internal/util'
2121
import { SpanBaseModel, TraceOptions, TraceContext, OnEndSpanEventListener } from '../types/tracetypes'
2222
import { Tracer } from './tracer'
23+
import { Sampler } from '../config/sampler'
2324

2425
export class RootSpan extends SpanBaseModel implements OnEndSpanEventListener {
2526

0 commit comments

Comments
 (0)