Getting started is simple
-
Grab the Sentry JavaScript SDK:
<script src="https://cdn.ravenjs.com/<VERSION>/raven.min.js"> </script> -
Configure your API key:
Raven.config('your public dsn').install()
View the Sentry for JavaScript documentation for more information.
More helpful than “Your sh*t is broken”
View actual code in stack traces, including support for source maps
See the error’s url, parameters, and session information
Filter noisy traces with app, framework, and raw error views
Go back in time
Reproduce bugs without user feedback using each error's history of events and user interactions
Don't blindly blame IE8
Errors include relevant information about your software, environment, and users so you can blame IE8 intelligently.
You can also submit optional custom data to help provide extra context or information that is unique to your business.
- “What was the value of the shopping cart?”
- “How many widgets were visible?”
- “Was their game running in 32 bit or 64 bit mode?”
- “Which clients’ users are experiencing this bug?”
- “Did the waxing gibbous cause the problem?”
Sentry also supports your backend
Understand the big picture
Use issue graphs to understand the frequency, scope, and impact of errors and prioritize what needs to be fixed.
Get notified via email, SMS, or chat when catastrophic bugs make it to production or regressions happen.
Watch errors in real-time as you deploy so you can roll back when the unexpected happens.
Ask users for feedback
When frontend errors happen Sentry can prompt users for feedback, so you can compare their experience to the data.
Security doesn’t cost extra
All accounts get the same high quality security features, regardless of plan.
- Two-factor authentication
- Single Sign On support
- Organization audit log
- Privacy Shield Certified
- PII data scrubbing
- SSL encryption
Sentry tracks errors in all major languages and frameworks
See all platformsIt also integrates with your favorite apps and services
For GitLab
For Pushover
For Lighthouse
For Phabricator
For Redmine