Alessandro Lai

Results 270 comments of Alessandro Lai

Quoting @ste93cry from the original issue: > [...] cannot determine if this is either a bug or something that is working as expected, regardless of the video, and maybe there...

The second feature is already included in the upcoming release of the Symfony bundle, thanks to @ste93cry: https://github.com/getsentry/sentry-symfony/blob/8f7a7375cbd2979df1a177e64504c7529b75dcba/src/EventListener/TracingRequestListener.php#L36 As for the `meta` tag, it would be a little more complicated......

@stayallive do you have an answer for this case too?

I'm not sure, but maybe this is already fixed in the upcoming 4.1 release? @askold123 can you try again using the `develop` branch?

The last three deprecations are fixed in https://github.com/getsentry/sentry-php/pull/1206, and will be released in the next patch version of `sentry/sentry`. The first one instead is tricky, and I'm not sure we...

We're trying something more with #553, but it's possible that those deprecations will never go away since we have to support both DBAL v2 & v3 at the same time.

That's due to Symfony, not us, you need to check their docs.

> I don't deeply understand how errors are handled, but i think that it's an error(notice) inside error handler, and that is why it is not handled by other error...

Thanks @wimwinterberg but unfortunately this is a known issue; see #337.