sentry-symfony icon indicating copy to clipboard operation
sentry-symfony copied to clipboard

The official Symfony SDK for Sentry (sentry.io)

Results 56 sentry-symfony issues
Sort by recently updated
recently updated
newest added

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...

Type: Improvement
Status: Confirmed

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`,...

Type: Bug

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...

Misc: Help Wanted
Status: Confirmed
Status: Backlog

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...

Type: Improvement

### 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...

Type: Bug
Status: Needs Information
Status: Stale

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...

Type: Bug

### 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...

Type: Bug
Status: Backlog

``` 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...

Type: Improvement

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...

Feature
Symfony

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....

Type: Improvement