DEV Community

Discussion on: Investigating an incident: how to log effectively (PHP)

Collapse
 
suckup_de profile image
Lars Moelleken

Yes, we use Sentry for warnings and errors (php + js). It's much better then a classic logging. 👍💯

Thread Thread
 
he110 profile image
Elijah Zobenko

Sentry is awesome. I wouldn’t replace whole logging with it, since it covers only error/accident reaction and monitoring. Sequences to reproduce errors are still on the logging part.