Martin Linzmayer
Martin Linzmayer
### Problem Statement There is currently no documentation for Custom Transports in PHP, we should change that. ### Solution Brainstorm Write the documentation
Removes `psalm` from our dependencies and replaces psalm specific annotations with PHPStan equivalents
We should a custom serializer for `Illuminate\Http\Client\Response` so that we can properly show response information in stack traces
Adds support for caches with sub namespaces: https://symfony.com/doc/current/components/cache.html#creating-sub-namespaces Fixes https://github.com/getsentry/sentry-symfony/issues/973
### Problem Statement To enable logs it's currently necessary to define the service and monolog handler before setting `enable_logs` to true, otherwise the option will not work properly. ### Solution...