Commit 80ba8fb
authored
Cleanup PropagationContext.from_incoming_data (#5155)
### Description
I'm cleaning up the `PropagationContext`/`continue_trace` flow like I
did on `potel-base`.
The early return now makes sure that the `incoming_data` only matters
when we have a `sentry-trace` first and foremost and avoids the multiple
`PropagationContext` instantiations.1 parent ab0103e commit 80ba8fb
1 file changed
+10
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
448 | | - | |
449 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
450 | 457 | | |
451 | 458 | | |
452 | | - | |
453 | 459 | | |
454 | 460 | | |
455 | 461 | | |
456 | 462 | | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
| 463 | + | |
467 | 464 | | |
468 | 465 | | |
469 | 466 | | |
| |||
0 commit comments