File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
docs/platforms/python/tracing/span-lifecycle Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11---
2- title : Span Lifecycles
3- description : " Learn how to add attributes to spans in Sentry to monitor performance and debug applications "
4- sidebar_order : 40
2+ title : Span Lifecycle
3+ description : " Learn how to add attributes to spans in Sentry to monitor performance and debug applications. "
4+ sidebar_order : 10
55---
66
77<Alert >
@@ -78,7 +78,6 @@ The following options can be used when creating spans:
7878| ` op ` | ` string ` | The operation of the span. |
7979| ` name ` | ` string ` | The name of the span. |
8080| ` attributes ` | ` dict ` | Additional attributes to set on the span. |
81- | ` description ` | ` string ` | A longer description of what the span is doing. |
8281| ` start_time ` | ` datetime/float ` | The start time of the span. |
8382
8483## Using the Context Manager
You can’t perform that action at this time.
0 commit comments