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

### How do you use Sentry? Sentry SaaS (sentry.io) ### SDK version 4.11.0 ### Steps to reproduce 1. I have sentry-symfony in 4.11 version in composer.json 2. I use documentation...

Type: Documentation

### Environment ``` sentry/sdk 3.3.0 This is a metapackage shipping sentry/sentry with a recommended HTTP client. sentry/sentry 3.11.0 A PHP SDK for Sentry (http://sentry.io) sentry/sentry-symfony 4.4.0 Symfony integration for Sentry...

Improvement
Symfony

### How do you use Sentry? Self-hosted / on-premises ### SDK version 4.5.0 ### Steps to reproduce We have an application, which we develop in Docker environment. We added three...

Type: Question

Symfony 6.3 added a new Scheduler Component, something we should add support for, for Cron Monitoring. https://symfony.com/blog/new-in-symfony-6-3-scheduler-component

Feature
Symfony

### How do you use Sentry? Self-hosted / on-premises ### SDK version 3.5.0 ### Steps to reproduce I have prepared minimal symfony project with sentry integration: https://github.com/Dukecz/sentrysymfonycommand 1. clone repository...

Bug
Symfony

### Problem Statement Hello! Currently you don't have tracing for mongodb commands. I found that you already had the same feature request but it closed. I am ready to implement...

Feature
Symfony

I would like to support something similar as discussed in this issue: https://github.com/getsentry/sentry-php/issues/889 - Old: `Object: App\Entity\SomeEntity` - New: `Object: App\Entity\SomeEntity(#123)` A solution for this would be this: ```php use...

Feature
Symfony

When forcing a warning event to Sentry I noticed that two events are sent when running in dev mode, while it is sent just once when running on prod mode....

Hello, I'm actually working at AssoConnect/Springly on a project on Symfony with Symfony messenger. Your SF messenger integration works fine but we were wondering if it should be possible to...

Type: Improvement

@cleptric we should avoid similar issues in the future by adding https://packagist.org/packages/maglnet/composer-require-checker in CI _Originally posted by @Jean85 in https://github.com/getsentry/sentry-symfony/issues/714#issuecomment-1523646872_

Type: Improvement