Sentry supports these Python libraries
Getting started is simple
-
Grab the Sentry Python SDK:
pip install sentry-sdk -
Configure your SDK:
from sentry_sdk import init init('your dsn')
That’s it! Check out the Sentry for Python documentation for more information.
Get Python error monitoring with complete stack traces
See local variables in the stack for prod errors, just like in your dev environment.
Introspect more deeply into the runtime and jump into the frame to get additional data for any local variable.
Filter and group Python exceptions intuitively to eliminate noise.
Fill in the blanks about Python errors
Expose the important events that led to each Python exception: SQL queries, debug logs, network requests, past errors.
See the full picture of any Python exception
Aggregate errors by details like HTTP request, hostname, and app version to see what’s new, a priority, or a trend.
Assign custom tags to reproduce the error environment specific to your application, business, and users.
- “How actionable is the error? Can I snooze the alert?”
- “Which lip sync cat fail video threw the exception?”
- “In which app release did the Python bug occur?”
- “Did the app crash in search, load, or update?”
- “Was it the kraken?”
Sentry also supports your frontend
Resolve Python errors with max efficiency, not max effort
Improve workflow with a full view of releases so you can mark errors as resolved and prioritize live issues.
Learn in which version a bug first appeared, merge duplicates, and know if things regress in a future release.
Add commit data to automatically suggest an owner of each Python error and instantly send deploy emails.
Is your data secure?
You better believe it.
Just look at all the high-quality security features all accounts get, regardless of plan.
- Two-Factor Auth
- Single Sign On support
- Organization audit log
- SOC-2 Certified
- Privacy Shield certified
- PII data scrubbing
- SSL encryption
- COPPA Compliant
Sentry tracks errors in all major languages and frameworks
See all platformsIt also integrates with your favorite apps and services
For Slack
For GitHub
For Trello
For Heroku
For GitLab
For Phabricator