sentry-python
The official Python SDK for Sentry.io (by getsentry)
Raven
Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python (by getsentry)
| sentry-python | Raven | |
|---|---|---|
| 4 | 1 | |
| 2,191 | 1,678 | |
| 0.7% | - | |
| 9.8 | 0.0 | |
| 5 days ago | over 4 years ago | |
| Python | Python | |
| MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sentry-python
Posts with mentions or reviews of sentry-python.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-20.
-
Hacktoberfest 2024: A Month of Learning and Contributions
sentry-python About: The official Python SDK for Sentry.io, designed for application monitoring and error tracking. Pull Request
-
CodeCov is now Open Source
So cool to see the CTO of Sentry here! This makes some sense to me - I'm actually following an issue with Sentry I had recently and although it's not being fixed anytime soon at least I know the status.
https://github.com/getsentry/sentry-python/issues/370
I'd love to believe that one day someone will crack the nut of "Sentry puts a bounty on this issue and YPCrumble decides to make a PR because it's something he's experiencing AND he'd get some experience working on the Sentry codebase which would be a learning opportunity.
-
How to run >100k Python tests in <5 minutes with Tox and GitHub Actions
It’s a monitoring service SDK. https://sentry.io/for/python/
-
Has anyone packaged FastAPI middleware so it can be used easily for multiple projects?
You can see how Sentry does it, https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/asgi.py
Raven
Posts with mentions or reviews of Raven.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How do you configure a Sentry raven client in a development environment to not send exceptions and still work?
INSTALLED_APPS = ( 'raven.contrib.django.raven\_compat')RAVEN_CONFIG = { 'dsn': 'https://*****@app.getsentry.com/PORT\_NUMBER',} We read here that we can just use an empty string DSN property. Though when we run python manage.py raven test as depicted here we get:
What are some alternatives?
When comparing sentry-python and Raven you can also consider the following projects:
mummify - Version Control for Machine Learning
Sentry - Developer-first error tracking and performance monitoring
structlog - Simple, powerful, and fast logging for Python.
Eliot - Eliot: the logging system that tells you *why* it happened
daiquiri - Python library to easily setup basic logging functionality