feature: psr7 and symfony http foundation telemetry bridges#2167
Merged
norberttech merged 3 commits into1.xfrom Jan 22, 2026
Merged
feature: psr7 and symfony http foundation telemetry bridges#2167norberttech merged 3 commits into1.xfrom
norberttech merged 3 commits into1.xfrom
Conversation
- added: New flow-php/symfony-http-foundation-telemetry-bridge package for Symfony HttpFoundation telemetry context propagation - added: PHPStan generics support to Carrier interface - added: Unified unwrap() method to all Carrier implementations - added: Fluent chaining support for Carrier::set() - changed: [BC] Carrier::set() return type changed from void to static - changed: [BC] ArrayCarrier::toArray() replaced by unwrap() - changed: [BC] ResponseCarrier::getResponse() replaced by unwrap()
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 1.x #2167 +/- ##
==========================================
+ Coverage 83.63% 83.87% +0.24%
==========================================
Files 1274 1280 +6
Lines 45528 45569 +41
==========================================
+ Hits 38078 38222 +144
+ Misses 7450 7347 -103
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: #xxx
Change Log
Added
flow-php/symfony-http-foundation-telemetry-bridgepackage for Symfony HttpFoundation telemetry context propagationCarrierinterfaceunwrap()method to all Carrier implementationsCarrier::set()Changed
Carrier::set()return type changed fromvoidtostaticArrayCarrier::toArray()replaced byunwrap()ResponseCarrier::getResponse()replaced byunwrap()