Skip to content

Commit 78e2417

Browse files
Update MIGRATION_GUIDE.md
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent bd3818f commit 78e2417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
2929
- Use it to continue an upstream trace with the `sentry-trace` and `baggage` headers.
3030

3131
```python
32-
headers = {"sentry-trace": "{trace_id}-{span_id}-{sampled_flag}>", "baggage": "{baggage header}"}
32+
headers = {"sentry-trace": "{trace_id}-{span_id}-{sampled_flag}", "baggage": "{baggage header}"}
3333
with sentry_sdk.continue_trace(headers):
3434
with sentry_sdk.start_span(name="continued span in trace"):
3535
pass

0 commit comments

Comments
 (0)