Martin Linzmayer
Martin Linzmayer
Hey! Thanks for the heads-up. I will update the docs in the next few days so that we can prevent new users from setting it up in a way that...
Hi @uncaught! Thanks for opening the issue. I agree it's unfortunate to define the handler service, but unfortunately monolog dropped many 3rd party integrations. Based on your old config, you...
Hi @fmiqbal! Thanks for pointing that out. If I understand it correctly it _should_ work when we just map it to `postgresql`. I will test it and then come back...
Hi @Gregory-Gerard! Thanks for opening the issue and the very detailed explanation! > and unrelated errors. Do you have more details here? From your screenshot it seems like all logs...
Perfect, thank you for your explanation! I think that's all I need to start working on it
@mrduncan This is how it currently looks in Symfony. Note that even though it says `BEGIN TRANSACTION` and `COMMIT`, the ops are `db.sql.transaction.begin` and `db.sql.transaction.commit` respectively
Hi @Coffee2CodeNL! Thanks for opening the issue! Seems like this was added relatively recent (Mai 2025) so we haven't added support yet. Since this looks rather easy to add, I...
Hi @Nomexus! Sentry only supports [6 different log levels](https://develop.sentry.dev/sdk/telemetry/logs/) (same as OTel) compared to Monolog, which supports 8. Because of this we had to merge some log levels together, otherwise...
It occurred to me that I misunderstood the problem and I see that your issue is valid. I will re-open it and will have a look!
Hi @mnow-cd! Thanks for opening the issue. I will take a closer look and come back to you