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 85f6df7 commit 5ca950aCopy full SHA for 5ca950a
packages/tracing/src/spanstatus.ts
@@ -1,4 +1,7 @@
1
-/** The status of an Span. */
+/** The status of an Span.
2
+ *
3
+ * @deprecated Use string literals - if you require type casting, cast to SpanStatusType type
4
+*/
5
// eslint-disable-next-line import/export
6
export enum SpanStatus {
7
/** The operation completed successfully. */
0 commit comments