Sentry enhances stack traces with all the information you wish they had.
Sentry shows your source code right in the stack trace, so you don’t need to find it yourself.
In noisy traces, you can filter to see just your application errors, include framework errors, or show the raw trace.
In Python and PHP, Sentry will display the values of local variables at the time of each error.
Sentry can show your source code even if it has been minified, compiled, transpiled, beguiled, or bibliophiled.
We automatically scrub things that look like credit cards, or contain things like password, secret, or api_key.
You can also specify custom values to scrub and filter data on the client side before it gets sent to us.