Symfony Yoandev Observability

Make a Symfony application say what it is doing in production: Monolog channels separating application logs from Doctrine and Messenger, processors attaching a correlation id and the current user, fingers_crossed explained, redaction of passwords and personal data, an alert when a message reaches the Messenger failure transport, a worker heartbeat, and a health check that actually tests the database. Use this skill whenever someone asks how to know if something broke in production, add logging, add a logger to a service, set up log channels, add error tracking or Sentry, get alerted when something fails, add a health check or readiness probe, find out why nothing appears in the logs, or says "we did not notice the queue was stuck", "nobody saw the error", "the logs are unreadable", "did that email actually send", "is the worker still alive", "how do I trace one user's request", or "there are passwords in our logs".

yoanbernabeu Updated

File contents

yoanbernabeu/symfony-yoandev-skills/tree/main/skills/symfony-yoandev-observability commit 74a4d04944

Frequently asked questions

npx skillmds@latest add yoanbernabeu/symfony-yoandev-observability