sentry-symfony
                                
                                
                                
                                    sentry-symfony copied to clipboard
                            
                            
                            
                        The official Symfony SDK for Sentry (sentry.io)
In the Performance view for Symfony, routes are listed per URL instead of transaction name which makes it more difficult to get to the overall picture of a route In...
The `Sentry\Integration\IgnoreErrorsIntegration` operates on the assumption that the first exception in a trace is the one where filtering should occur: https://github.com/getsentry/sentry-php/blob/4f6f8fa701e5db53c04f471b139e7d4f85831f17/src/Integration/IgnoreErrorsIntegration.php#L95 That is not applicable to the context of `symfony/messenger`,...
For better experience for new contributors we should improve our "how to get started" documentation inside the repository. (Basically the files `README.md` and `CONTRIBUTING.md`.) Cool would be that a new...
I'm investigating an issue with Sentry server configuration. I tried to use `php bin/console sentry:test` to send a fake event to Sentry server. Message printed is : `Message sent successfully...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Currently installed: - symfony/monolog-bundle: 3.5.0 - sentry-symfony: 3.5.4 - symfony: 3.4.37 The application is Prestashop 1.7.7.4...
Hi, we just stumbled across a wrong message in the `sentry:test` command. As it turned out, the php-configuration on that server was missing the cacert.pem-file containing root-certificates to verify certificates...
### Environment Using https://github.com/getsentry/sentry-symfony with Symfony 5.2 ### Steps to Reproduce Enable tracing as in sentry doc https://docs.sentry.io/platforms/php/guides/symfony/performance/#custom-instrumentation using this options in config: ```yaml sentry: dsn: "%env(SENTRY_DSN)%" options: traces_sample_rate: 1.0...
``` framework: http_client: default_options: http_version: "1.0" max_redirects: 2 ... ``` **Sentry\HttpClient\HttpClientFactory** should use those defined http_client options when creating $**httpClient** if not, then using custom HttpClient NEEDS to customizable/easy to...
Nicolas, a Symfony Core member, [suggested to change approach](https://github.com/symfony/symfony/issues/36472#issuecomment-616210651) on how to attach Sentry to Symfony. This requires a new major version since it's a big, impactful change, and still...
I want to use the awesome Symfony standard functionality "fingers_crossed" -- to only trigger on errors, but also log previous logs from the same requests as context -- with sentry....