Skip to content

Commit 85f6df7

Browse files
committed
ref(tracing): Export SpanStatus enum
This enum is deprecated, but we should still export it. It should be treeshaken out, so there should be no bundle impact.
1 parent 86fa701 commit 85f6df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tracing/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export { Integrations };
2222
export { BrowserTracing } from './browser';
2323

2424
export { Span, SpanStatusType, spanStatusfromHttpCode } from './span';
25+
export { SpanStatus } from './spanstatus';
2526
export { Transaction } from './transaction';
2627
export {
2728
// TODO deprecate old name in v7

0 commit comments

Comments
 (0)