{"id":13880010,"url":"https://github.com/ankane/errbase","last_synced_at":"2025-07-16T16:30:41.775Z","repository":{"id":19616595,"uuid":"22868062","full_name":"ankane/errbase","owner":"ankane","description":"Common exception reporting for a variety of services","archived":true,"fork":false,"pushed_at":"2023-05-08T01:00:16.000Z","size":37,"stargazers_count":86,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-09T09:48:14.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankane.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-12T07:04:05.000Z","updated_at":"2024-11-26T10:46:44.000Z","dependencies_parsed_at":"2024-06-18T17:08:06.527Z","dependency_job_id":"9a32a68e-d85c-4073-be5e-0bb3e7213100","html_url":"https://github.com/ankane/errbase","commit_stats":{"total_commits":56,"total_committers":7,"mean_commits":8.0,"dds":0.6785714285714286,"last_synced_commit":"6f4e7979603d639964cddfee1f08b1afc3b5d663"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ankane/errbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Ferrbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Ferrbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Ferrbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Ferrbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankane","download_url":"https://codeload.github.com/ankane/errbase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Ferrbase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265524602,"owners_count":23782009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T08:02:43.381Z","updated_at":"2025-07-16T16:30:41.520Z","avatar_url":"https://github.com/ankane.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Errbase\n\nErrbase has been merged into [Safely](https://github.com/ankane/safely) - use that instead.\n\n---\n\nCommon exception reporting for a variety of services\n\nLibraries are automatically detected. Supports:\n\n- [Airbrake](https://airbrake.io/)\n- [Appsignal](https://appsignal.com/)\n- [Bugsnag](https://bugsnag.com/)\n- [Exception Notification](https://github.com/smartinez87/exception_notification)\n- [Google Stackdriver](https://cloud.google.com/stackdriver/)\n- [Honeybadger](https://www.honeybadger.io/)\n- [New Relic](https://newrelic.com/)\n- [Raygun](https://raygun.io/)\n- [Rollbar](https://rollbar.com/)\n- [Scout APM](https://scoutapm.com/)\n- [Sentry](https://getsentry.com/)\n\n```ruby\nbegin\n  # code\nrescue =\u003e e\n  Errbase.report(e)\nend\n```\n\nYou can add extra context with:\n\n```ruby\nErrbase.report(e, {username: \"hello\"})\n```\n\n\u003e Context is not supported for Google Stackdriver\n\n[![Build Status](https://github.com/ankane/errbase/workflows/build/badge.svg?branch=master)](https://github.com/ankane/errbase/actions)\n\n## Installation\n\nErrbase is designed to be used as a dependency.\n\nAdd this line to your gemspec:\n\n```ruby\nspec.add_dependency \"errbase\"\n```\n\n## Contributing\n\nEveryone is encouraged to help improve this project. Here are a few ways you can help:\n\n- [Report bugs](https://github.com/ankane/errbase/issues)\n- Fix bugs and [submit pull requests](https://github.com/ankane/errbase/pulls)\n- Write, clarify, or fix documentation\n- Suggest or add new features\n\nTo get started with development:\n\n```sh\ngit clone https://github.com/ankane/errbase.git\ncd errbase\nbundle install\nbundle exec rake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankane%2Ferrbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankane%2Ferrbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankane%2Ferrbase/lists"}