Skip to content

Commit 92da34b

Browse files
committed
feat(core): Create types and utilities for span links
1 parent bfe7bfa commit 92da34b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/types-hoist/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export type {
113113
SpanContextData,
114114
TraceFlag,
115115
} from './span';
116+
export type { SpanLink, SpanLinkJSON } from './link';
116117
export type { SpanStatus } from './spanStatus';
117118
export type { TimedEvent } from './timedEvent';
118119
export type { StackFrame } from './stackframe';

0 commit comments

Comments
 (0)