Skip to content

Commit 84fe39a

Browse files
committed
chore(core): export TracesSamplerSamplingContext of types-hoist
1 parent 14eba56 commit 84fe39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ export type { Stacktrace, StackParser, StackLineParser, StackLineParserFn } from
400400
export type { PropagationContext, TracePropagationTargets, SerializedTraceData } from './types-hoist/tracing';
401401
export type { StartSpanOptions } from './types-hoist/startSpanOptions';
402402
export type { TraceparentData, TransactionSource } from './types-hoist/transaction';
403-
export type { CustomSamplingContext, SamplingContext } from './types-hoist/samplingcontext';
403+
export type { TracesSamplerSamplingContext, CustomSamplingContext, SamplingContext } from './types-hoist/samplingcontext';
404404
export type {
405405
DurationUnit,
406406
InformationUnit,

0 commit comments

Comments
 (0)