Michi Hoffmann

Results 190 comments of Michi Hoffmann

We could add listening to `WorkerMessageReceivedEvent` & `WorkerMessageHandledEvent` and push/pop a scope for each job executed. As breadcrumbs are stored on the scope, this would clear those. And we likely...

This would require changing the base SDK, and to be honest, I'm not keen on adding such a specific method there.

I was never able to reproduce this. Given it's bee a while, I'm closing the issue.

Version [5.0.0](https://github.com/getsentry/sentry-symfony/blob/master/UPGRADE-5.0.md) removed the `IgnoreErrorsIntegration`. The canonical way of ignoring exceptions is now the `ignore_exceptions` option. ```yaml sentry: options: ignore_exceptions: - "RuntimeException" ```

To speak about docs, they'll get revamped with v5.0.0 which I'm currently working on. We'll also add support for `doctrine/dbal 4.x`. What else do you see missing? Edit: @shakaran as...

Hey, support for `doctrine/dbal 4.x` was shipped Feb 26. The work on the new major version is still ongoing, but given the small size of our team and other obligations...

The README was just was updated, docs are in a different repository and will be updated separately.

The defaults are applied by the underlying PHP SDK here https://github.com/getsentry/sentry-php/blob/3.x/src/Options.php#L25-L35. Hence I'm wondering why you see a 10 second timeout, it almost feels like that the env vars you...

The Symfony SDK uses the PHP SDK under the hood https://github.com/getsentry/sentry-symfony/blob/master/composer.json#L31, so I just wanted to point out where the default values are coming from. I assume something is wrong...