Skip to content

Commit 6753840

Browse files
committed
readd desc to spankwargs
1 parent 7277307 commit 6753840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentry_sdk/tracing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ class SpanKwargs(TypedDict, total=False):
5757
https://develop.sentry.dev/sdk/performance/span-operations/
5858
"""
5959

60+
description: str
61+
"""A description of what operation is being performed within the span."""
62+
6063
status: str
6164
"""The span's status. Possible values are listed at https://develop.sentry.dev/sdk/event-payloads/span/"""
6265

0 commit comments

Comments
 (0)