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 86fa701 commit 85f6df7Copy full SHA for 85f6df7
packages/tracing/src/index.ts
@@ -22,6 +22,7 @@ export { Integrations };
22
export { BrowserTracing } from './browser';
23
24
export { Span, SpanStatusType, spanStatusfromHttpCode } from './span';
25
+export { SpanStatus } from './spanstatus';
26
export { Transaction } from './transaction';
27
export {
28
// TODO deprecate old name in v7
0 commit comments