Skip to content

Commit 03f5d6a

Browse files
author
Shannon Anahata
committed
order span lifecycle doc
1 parent 2f791b2 commit 03f5d6a

File tree

1 file changed

+3
-4
lines changed
  • docs/platforms/python/tracing/span-lifecycle

1 file changed

+3
-4
lines changed

docs/platforms/python/tracing/span-lifecycle/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)