Source code
Sentry shows your source code right in the stacktrace, so you don’t need to find it yourself.
Error filters
In noisy traces, you can filter to see just your application errors, include framework errors, or show the raw trace.
Stack locals
In Python and PHP, Sentry will display the values of local variables at the time of each error.
Compression got you down?
Sentry can show your source code even if it has been minified, compiled, transpiled, beguiled, or bibliophiled.
Sourcemaps for JavaScript
React(JSX), ES6, and CoffeeScript
Symbolication for Cocoa
macOS, tvOS, watchOS, and iOS
Sensitive data scrubbing
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.