We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe7bfa commit 92da34bCopy full SHA for 92da34b
packages/core/src/types-hoist/index.ts
@@ -113,6 +113,7 @@ export type {
113
SpanContextData,
114
TraceFlag,
115
} from './span';
116
+export type { SpanLink, SpanLinkJSON } from './link';
117
export type { SpanStatus } from './spanStatus';
118
export type { TimedEvent } from './timedEvent';
119
export type { StackFrame } from './stackframe';
0 commit comments