Release v2.0.3
docs: release 2.0.3 - fix getMainRequest compatibility
Changelog
Fixed
- Request ID on sub-requests – Fixed "undefined method getMainRequest of Request" when running on Symfony or HttpFoundation versions where
Request::getMainRequest()does not exist. The subscriber now usesRequestStack::getMainRequest()(orgetMasterRequest()on older Symfony) to resolve the main request for sharing the request ID with sub-requests. No schema or config changes.