Zerolog + OTel + Sentry

Hi, I was wondering if anyone is running a similar stack, and if so, what are your thoughts?

Logging:zerolog + ConsoleWriter (dev) / JSON (prod)
Traces + Metrics:OTel SDK β†’ SigNoz
Error tracking:Sentry SDK

Yes, that’s a solid setup β€” structured logs with zerolog, observability via OTel + SigNoz, and Sentry for error tracking works very well in practice.

1 Like