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

The official Symfony SDK for Sentry (sentry.io)

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

When using older version of Sentry (v2) with Symfony (v5.2) the handler in `DebugHandlersListener::configure()` is ``` $handler = {array} [2] 0 = {Symfony\Component\ErrorHandler\ErrorHandler} [18] 1 = "handleException" ``` in Sentry...

Type: Bug

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? sentry-symfony ### Steps to Reproduce similar to https://github.com/getsentry/sentry-laravel/issues/562 ### Expected Result Parameterized transactions as often as...

Type: Improvement
Status: Confirmed

### Environment How do you use Sentry? Self-hosted (Sentry 21.11.0) Which SDK and version? PHP 4.2.8 Used config for sentry in symfony ``` tracing: enabled: true dbal: # DB queries...

Type: Bug
Status: Confirmed
Status: Backlog

sentry-php allows integrations option to be either a custom list of integrations or a callable what can filter the existing integrations: https://github.com/getsentry/sentry-php/blob/ea704bbe145657a507d73cd8bf6cc017d269fffa/src/Options.php#L754 I'd like to use the latter but it...

Type: Feature

When working with the Symfony SDK I noticed that the app version set in composer.json as below is prioritised over the SENTRT_RELEASE environment variable set in .env file. ``` {...

Type: Bug
Status: Confirmed
Status: In Progress

This is another attempt at #337 I'm currently following the strategy outlined in https://github.com/getsentry/sentry-symfony/issues/337#issuecomment-800920045 It seems to work with this config: ```yaml sentry: register_error_listener: false monolog: error_handler: enabled: true options:...

Type: Feature

After checking the code I see there is Dbal support, but I haven't seen anything about mongo or Doctrine ODM nor in the internet, has anyone made this integration work...

Type: Feature
Status: Backlog

### Environment How do you use Sentry? SaaS Which SDK and version? sentry/sentry 3.3.2 sentry/sentry-symfony 4.2.2 ### Steps to Reproduce 1. Running `bin/console de:conf sentry` ### Expected Result No errors...

Type: Bug
Status: Confirmed
Status: Stale

### Environment sentry/sentry-symfony 4.2.5 doctrine/dbal 3.2.0 Symfony - 5.3, 5.4 ### Steps to Reproduce Run any code, look for deprecations warnings ### Expected Result No deprecation warning ### Actual Result...

Type: Improvement

### Environment How do you use Sentry? self-hosted Which SDK and version? sentry-symfony 4.1.0 symfony 5.2.6 ### Steps to Reproduce Symfony reports a couple of deprecation warnings ``` 1x: The...

Type: Improvement