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 7277307 commit 6753840Copy full SHA for 6753840
sentry_sdk/tracing.py
@@ -57,6 +57,9 @@ class SpanKwargs(TypedDict, total=False):
57
https://develop.sentry.dev/sdk/performance/span-operations/
58
"""
59
60
+ description: str
61
+ """A description of what operation is being performed within the span."""
62
+
63
status: str
64
"""The span's status. Possible values are listed at https://develop.sentry.dev/sdk/event-payloads/span/"""
65
0 commit comments