awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to getsentry/sentry-ruby

Open-source alternatives to Sentry Ruby

30 open-source projects similar to getsentry/sentry-ruby, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sentry Ruby alternative.

  • dtolnay/anyhowdtolnay 的头像

    dtolnay/anyhow

    6,569在 GitHub 上查看↗

    Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type erasure. It serves as a tool for simplifying error signatures by wrapping diverse failure types into a single object, allowing for the propagation of any error that implements the standard error trait without requiring a custom enumeration for every function. The project functions as an error context provider by attaching high-level diagnostic information and recording execution stack traces at the point of failure. It enables the recovery of concrete error implementations from

    Rust
    在 GitHub 上查看↗6,569
  • amitshekhariitbhu/fast-android-networkingamitshekhariitbhu 的头像

    amitshekhariitbhu/Fast-Android-Networking

    5,906在 GitHub 上查看↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Java
    在 GitHub 上查看↗5,906
  • balloonwj/cppguideballoonwj 的头像

    balloonwj/CppGuide

    6,030在 GitHub 上查看↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    在 GitHub 上查看↗6,030
  • appsignal/appsignal-elixirappsignal 的头像

    appsignal/appsignal-elixir

    292在 GitHub 上查看↗

    🟪 AppSignal for Elixir package

    Elixir
    在 GitHub 上查看↗292

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • bnkamalesh/errorsB

    bnkamalesh/errors

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bugsnag/bugsnag-rubybugsnag 的头像

    bugsnag/bugsnag-ruby

    254在 GitHub 上查看↗

    BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby

    Ruby
    在 GitHub 上查看↗254
  • cockroachdb/errorscockroachdb 的头像

    cockroachdb/errors

    2,411在 GitHub 上查看↗

    Go error library with error portability over the network

    Go
    在 GitHub 上查看↗2,411
  • crowdhailer/okCrowdHailer 的头像

    CrowdHailer/OK

    606在 GitHub 上查看↗

    Elegant error/exception handling in Elixir, with result monads.

    Elixir
    在 GitHub 上查看↗606
  • emperror/emperroremperror 的头像

    emperror/emperror

    384在 GitHub 上查看↗

    The Emperor takes care of all errors personally

    Go
    在 GitHub 上查看↗384
  • emperror/errorsemperror 的头像

    emperror/errors

    204在 GitHub 上查看↗

    Drop-in replacement for the standard library errors package and github.com/pkg/errors

    Go
    在 GitHub 上查看↗204
  • errbit/errbiterrbit 的头像

    errbit/errbit

    4,269在 GitHub 上查看↗

    Errbit is a self-hosted exception logger and error monitoring server used for centralized exception management. It collects, aggregates, and organizes application crash reports from various software applications to identify bugs in a centralized location. The system implements an API interface compatible with the Airbrake standard, allowing it to receive error notifications from multiple programming languages. It captures both server-side exceptions and client-side JavaScript errors occurring in web browsers. The platform manages the error lifecycle through fingerprint-based grouping to clus

    Ruby
    在 GitHub 上查看↗4,269
  • expede/exceptionalexpede 的头像

    expede/exceptional

    296在 GitHub 上查看↗

    Helpers for Elixir exceptions

    Elixir
    在 GitHub 上查看↗296
  • fatih/errwrapF

    fatih/errwrap

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • getsentry/sentry-elixirgetsentry 的头像

    getsentry/sentry-elixir

    688在 GitHub 上查看↗

    The official Elixir SDK for Sentry (sentry.io)

    Elixir
    在 GitHub 上查看↗688
  • github/go-faultG

    github/go-fault

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • gleam-experiments/snaggleam-experiments 的头像

    gleam-experiments/snag

    80在 GitHub 上查看↗

    A Snag is a boilerplate-free ad-hoc error type.

    Gleam
    在 GitHub 上查看↗80
  • go-errr/gogo-errr 的头像

    go-errr/go

    1在 GitHub 上查看↗

    Failure handling is expressed through a single deferred handler that:

    Go
    在 GitHub 上查看↗1
  • hashicorp/go-multierrorhashicorp 的头像

    hashicorp/go-multierror

    2,571在 GitHub 上查看↗

    A Go (golang) package for representing a list of errors as a single error.

    Go
    在 GitHub 上查看↗2,571
  • ztrue/tracerrztrue 的头像

    ztrue/tracerr

    1,117在 GitHub 上查看↗

    Golang errors with stack trace and source fragments.

    Go
    在 GitHub 上查看↗1,117
  • ajalt/fuckitpyajalt 的头像

    ajalt/fuckitpy

    5,292在 GitHub 上查看↗

    fuckitpy is a Python exception suppression tool and AST modifier designed to ensure program execution continues despite the presence of runtime errors. It functions as a fault-tolerant module loader and error handling wrapper that rewrites Python code to skip statements that would otherwise cause crashes. The project utilizes abstract syntax tree manipulation to automatically inject exception handlers around expressions and functions. This allows for the loading of modules that contain errors, ensuring that valid members remain accessible even when the module itself is partially broken. The

    Python
    在 GitHub 上查看↗5,292
  • ansel1/merryA

    ansel1/merry

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • airbrake/airbrakeairbrake 的头像

    airbrake/airbrake

    986在 GitHub 上查看↗

    The official Airbrake library for Ruby applications

    Ruby
    在 GitHub 上查看↗986
  • joomcode/errorxjoomcode 的头像

    joomcode/errorx

    1,271在 GitHub 上查看↗

    A comprehensive error handling library for Go

    Goerror-handlingerrorsgo
    在 GitHub 上查看↗1,271
  • juju/errorsjuju 的头像

    juju/errors

    1,387在 GitHub 上查看↗

    Common juju errors and functions to annotate errors. Based on juju/errgo

    Go
    在 GitHub 上查看↗1,387
  • lpil/exceptionlpil 的头像

    lpil/exception

    11在 GitHub 上查看↗

    A tiny package for dealing with exceptions

    Gleam
    在 GitHub 上查看↗11
  • naughtygopher/errorsnaughtygopher 的头像

    naughtygopher/errors

    75在 GitHub 上查看↗

    A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple error types.

    Go
    在 GitHub 上查看↗75
  • neuronlabs/errorsneuronlabs 的头像

    neuronlabs/errors

    6在 GitHub 上查看↗

    Simple golang error handling with classification primitives.

    Go
    在 GitHub 上查看↗6
  • pkg/errorspkg 的头像

    pkg/errors

    8,258在 GitHub 上查看↗

    pkg/errors is a Go library that provides primitives for creating, annotating, and inspecting errors with stack traces and contextual information. Its core identity centers on capturing the call stack at the point of error creation or wrapping, preserving that information for later debugging and root cause analysis. The library distinguishes itself through a set of tightly integrated capabilities for error handling. It supports wrapping errors with descriptive messages while recording a new stack trace at the wrapping point, annotating existing errors with either a message or a stack trace ind

    Go
    在 GitHub 上查看↗8,258
  • pumpkinseed/errorsPumpkinSeed 的头像

    PumpkinSeed/errors

    7在 GitHub 上查看↗

    Simple and efficient error package

    Go
    在 GitHub 上查看↗7
  • quantumcycle/metaerrquantumcycle 的头像

    quantumcycle/metaerr

    5在 GitHub 上查看↗

    Errors with metadata for Golang

    Go
    在 GitHub 上查看↗5