crash-reporting

Top 23 crash-reporting Open-Source Projects

  • Sentry

    Developer-first error tracking and performance monitoring

  • Project mention: Building a Production-Ready Web App with T3 Stack | dev.to | 2024-04-19

    First, sign up for a free account at https://sentry.io. Create a new project and make note of your DSN (Data Source Name).

  • sentry-javascript

    Official Sentry SDKs for JavaScript

  • Project mention: Marginalia: 3 Years | news.ycombinator.com | 2024-02-25

    I hope this tone comes across correctly as just a suggestion: I get a lot of mileage out of the "Send Feedback" option in DDG, which they claim actual humans do read. It can help move bug reports out of these HN threads into a more context-aware flow, and also makes me feel like any bad outcome has the possibility of improving, unlike systems that don't provide a "I feel bad about this experience" button

    If you were thus inclined, https://gitlab.com/glitchtip/glitchtip#glitchtip is the actual open source Sentry implementation which (as far as I know) would enable gluing https://docs.sentry.io/platforms/javascript/user-feedback/#u... to the search results (which itself is still MIT: https://github.com/getsentry/sentry-javascript/blob/7.102.1/... )

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Errbit

    The open source error catcher that's Airbrake API compliant

  • plcrashreporter

    Reliable, open-source crash reporting for iOS, macOS and tvOS

  • Exceptionless

    Exceptionless application

  • sentry-python

    The official Python SDK for Sentry.io

  • Project mention: CodeCov is now Open Source | news.ycombinator.com | 2023-08-02

    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.

  • sentry-react-native

    Official Sentry SDK for React-Native

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sentry-laravel

    The official Laravel SDK for Sentry (sentry.io)

  • Project mention: Sentry + Laravel: A Powerful Duo for Error Tracking and Debugging | dev.to | 2023-05-04

    We continue the setup by installing the sentry-laravel package. We can do that by running the command below.

  • Bugsnag

    BugSnag crash monitoring and reporting tool for Android apps

  • sentry-java

    A Sentry SDK for Java, Android and other JVM languages.

  • Project mention: Methods and processes for reduce bugs in production | news.ycombinator.com | 2023-08-24

    >As now we've introduced some peers code review, automatic testing on most critical stuff (but since the codebase sucks these aren't really reliable tests)

    They may not be "reliable", but these are your safety net, or harness, so you don't fall. I wrote about similar issues, for instance here: https://news.ycombinator.com/item?id=26591067 and, given your promotion, here: https://news.ycombinator.com/item?id=37211796. It contains a few steps starting from "So...".

    You can add monitoring, something like Sentry (https://sentry.io) will capture exceptions that were not handled that you have not seen because the stack trace is buried in hundreds of pages of logs or something. It groups them by exception and counts them. It's pretty awesome. (https://docs.sentry.io). It supports around 108 platforms (Java, Python, JavaScript, etc.). This lets you see the exceptions and makes prioritizing easier (which ones are the most frequent, which ones impact the most, etc.).

    If you don't have them already, issue templates are really useful and the comment I linked to explains why, but here's an example of an issue template (again, you can configure them for different types of issues so team members select from a dropdown for a bug or a feature):

      

  • Airbrake

    The official Airbrake library for Ruby applications

  • kwatch

    :eyes: monitor & detect crashes in your Kubernetes(K8s) cluster instantly

  • Project mention: Join kwatch waitlist | /r/kubernetes | 2023-06-22

    We're working on SAAS version of kwatch that provides User interface, optimized notifications, more details about crashes, and more.

  • Raven Ruby

    Sentry SDK for Ruby

  • G3log

    G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.

  • sentry-cli

    A command line utility to work with Sentry.

  • sentry-cocoa

    The official Sentry SDK for iOS, tvOS, macOS, watchOS.

  • sentry-dart

    Sentry SDK for Dart and Flutter

  • countly-sdk-android

    Countly Product Analytics Android SDK

  • Sentry

    Sentry SDK for .NET

  • Exceptionless

    Exceptionless clients for the .NET platform

  • rust-minidump

    Type definitions, parsing, and analysis for the minidump file format.

  • Project mention: Can someone explain file degradation to me? Am I being unreasonably paranoid? | /r/DataHoarder | 2023-05-25

    The folks at firefox has enough of a sample size that lack of ECC RAM actually matters for them. As in they keep receiving unexplainable crash dumps, especially AFTER they switched to Rust -- until they realized what was going on. Now their Rust minidump project does a bitflip check.

  • errorpush

    Minimalist Error collection Service compatible with Rollbar clients. Sentry or Rollbar alternative.

  • talker

    ☎️ Advanced error handler and logger for dart and flutter apps

  • Project mention: Looking for a flexible and fast logging library with file rotation support | /r/flutterhelp | 2023-12-04

    talker

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

crash-reporting related posts

Index

What are some of the best open-source crash-reporting projects? This list will help you:

Project Stars
1 Sentry 36,817
2 sentry-javascript 7,624
3 Errbit 4,228
4 plcrashreporter 2,823
5 Exceptionless 2,366
6 sentry-python 1,739
7 sentry-react-native 1,516
8 sentry-laravel 1,208
9 Bugsnag 1,166
10 sentry-java 1,096
11 Airbrake 963
12 kwatch 921
13 Raven Ruby 913
14 G3log 878
15 sentry-cli 874
16 sentry-cocoa 763
17 sentry-dart 712
18 countly-sdk-android 673
19 Sentry 560
20 Exceptionless 549
21 rust-minidump 403
22 errorpush 390
23 talker 385

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com