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 4734cd7 commit 3f2e980Copy full SHA for 3f2e980
docs/platforms/python/migration/2.x-to-3.x.mdx
@@ -90,7 +90,7 @@ with sentry_sdk.start_span(name="parent"):
90
# The first span started in this context manager will become
91
# a new transaction (root span) with its own trace
92
with sentry_sdk.start_span(name="new-parent"):
93
- with sentry_sdk.start_span("name="child-of-new-parent"):
+ with sentry_sdk.start_span(name="child-of-new-parent"):
94
...
95
```
96
0 commit comments