Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export type { Stacktrace, StackParser, StackLineParser, StackLineParserFn } from
export type { PropagationContext, TracePropagationTargets, SerializedTraceData } from './types-hoist/tracing';
export type { StartSpanOptions } from './types-hoist/startSpanOptions';
export type { TraceparentData, TransactionSource } from './types-hoist/transaction';
export type { CustomSamplingContext, SamplingContext } from './types-hoist/samplingcontext';
export type { TracesSamplerSamplingContext, CustomSamplingContext, SamplingContext } from './types-hoist/samplingcontext';
export type {
DurationUnit,
InformationUnit,
Expand Down
Loading