feat(carreirs): implement environment context getter setter#1668
Conversation
52e48e9 to
8b2461d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1668 +/- ##
============================================
- Coverage 68.76% 68.75% -0.01%
- Complexity 2857 2867 +10
============================================
Files 425 426 +1
Lines 8704 8721 +17
============================================
+ Hits 5985 5996 +11
- Misses 2719 2725 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
| { | ||
| protected function tearDown(): void | ||
| { | ||
| putenv('A'); |
There was a problem hiding this comment.
we have OpenTelemetry\Tests\TestState trait to handle setting and cleaning up the environment.
|
How does one use this in conjunction with existing propagators? Could you add an example under the |
Thanks for the review! Yes, I’ll add an example. |
26c320a to
90734fa
Compare
90734fa to
f184ccf
Compare
Closes #1566