Closed
Description
I've found that, due to getsentry/sentry-php#945, trusted proxies headers are no longer fetched; well, to be fair it was neither before, but they were trusted all the time, which is a security mistake.
We need to fix this in the bundle, but I think I'll wait the release of getsentry/sentry-php#984, so we could directly inject the Symfony request instead, just before bridging it to a PSR-7 one using https://symfony.com/doc/current/components/psr7.html