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 bd3818f commit 78e2417Copy full SHA for 78e2417
MIGRATION_GUIDE.md
@@ -29,7 +29,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
29
- Use it to continue an upstream trace with the `sentry-trace` and `baggage` headers.
30
31
```python
32
- headers = {"sentry-trace": "{trace_id}-{span_id}-{sampled_flag}>", "baggage": "{baggage header}"}
+ headers = {"sentry-trace": "{trace_id}-{span_id}-{sampled_flag}", "baggage": "{baggage header}"}
33
with sentry_sdk.continue_trace(headers):
34
with sentry_sdk.start_span(name="continued span in trace"):
35
pass
0 commit comments