SaaSHub helps you find the best software and product alternatives Learn more →
Top 6 Python crash-reporting Projects
-
One of our products just went live, wohoo! But we are using external backend servers, which are not monitored by us, the frontend development team. To gain more insight into application behaviour, we are monitoring the web app through Sentry. This works well and already provided a lot of informations on legacy issues, such as missing ResizeObserver, clients that use browsers without window.matchMedia and so on.
-
Project mention: How do you configure a Sentry raven client in a development environment to not send exceptions and still work? | reddit.com/r/codehunter | 2022-03-26
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:
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: How to run >100k Python tests in <5 minutes with Tox and GitHub Actions | reddit.com/r/Python | 2022-11-22
It’s a monitoring service SDK. https://sentry.io/for/python/
-
errorpush
Minimalist Error collection Service compatible with Rollbar clients. Sentry or Rollbar alternative.
-
-
Python crash-reporting related posts
- Meaningful Sentry issues with react-query + axios
- Risen PC update - The Good, The Bad, and The Broken (Analysis and Summary)
- Bécs - fejlesztő cég
- How to Calculate the widget building Time?
- App Idea: An app where you can store Error logs for future reference
- Alternative to RayGun as their pricing gone crazy xamrian forms
- Extreme Programming - Revised for 2023
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea603091f0>
www.saashub.com | 7 Feb 2023
Index
What are some of the best open-source crash-reporting projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Sentry | 33,165 |
2 | Raven | 1,677 |
3 | sentry-python | 1,417 |
4 | errorpush | 381 |
5 | sentry-telegram | 203 |
6 | humbug | 34 |