Bug report
We've noticed that symfony.route.name was not present in traces anymore after upgrading from Symfony 7.4 to Symfony 8.0.
Digging deeper, it seems dd-trace-php is using Request::get() in multiple locations, but that method has been removed in Symfony 8.0.
Usages:
|
$route_name = $request->get('_route'); |
|
$parameters = $request->get('_route_params'); |
|
$locale = $request->get('_locale'); |
The current test suite doesn't catch this as it does not target Symfony 8.0.
PHP version
8.5.4
Tracer or profiler version
1.18.0
Installed extensions
No response
Output of phpinfo()
No response
Upgrading from
No response
Bug report
We've noticed that
symfony.route.namewas not present in traces anymore after upgrading from Symfony 7.4 to Symfony 8.0.Digging deeper, it seems dd-trace-php is using
Request::get()in multiple locations, but that method has been removed in Symfony 8.0.Usages:
dd-trace-php/src/DDTrace/Integrations/Symfony/SymfonyIntegration.php
Line 474 in c46963f
dd-trace-php/src/DDTrace/Integrations/Symfony/SymfonyIntegration.php
Line 483 in c46963f
dd-trace-php/src/DDTrace/Integrations/Symfony/SymfonyIntegration.php
Line 435 in c46963f
The current test suite doesn't catch this as it does not target Symfony 8.0.
PHP version
8.5.4
Tracer or profiler version
1.18.0
Installed extensions
No response
Output of
phpinfo()No response
Upgrading from
No response