Commit 79f6b41
Fix trace ID mismatch in Sentry (#3069)
* Add PropagationContext constructors and copy method for trace continuity
Co-authored-by: giancarlo.buenaflor <giancarlo.buenaflor@sentry.io>
* Remove PropagationContext constructors and share context in Scope clone
Co-authored-by: giancarlo.buenaflor <giancarlo.buenaflor@sentry.io>
* Fix trace ID consistency in scope propagation and cloning
Co-authored-by: giancarlo.buenaflor <giancarlo.buenaflor@sentry.io>
* Update
* Update CHANGELOG
* Update test
* Update test
* Update test
* Update test
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>1 parent cc4e375 commit 79f6b41
File tree
4 files changed
+34
-0
lines changed- dart
- lib/src
- test
4 files changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| 429 | + | |
429 | 430 | | |
430 | 431 | | |
431 | 432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
782 | 802 | | |
783 | 803 | | |
784 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
414 | 426 | | |
415 | 427 | | |
416 | 428 | | |
| |||
0 commit comments