{"id":16102371,"url":"https://github.com/sshaw/logging-honeybadger","last_synced_at":"2025-04-06T01:11:48.387Z","repository":{"id":183087369,"uuid":"669579301","full_name":"sshaw/logging-honeybadger","owner":"sshaw","description":"Honeybadger appender for the Logging gem","archived":false,"fork":false,"pushed_at":"2023-08-09T03:50:54.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T23:18:19.488Z","etag":null,"topics":["honeybadger","logging","logging-library","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-22T18:28:05.000Z","updated_at":"2023-08-08T16:09:41.000Z","dependencies_parsed_at":"2025-02-12T06:45:29.065Z","dependency_job_id":"7d988f1a-300d-420e-a9d1-02a1ef3848cf","html_url":"https://github.com/sshaw/logging-honeybadger","commit_stats":null,"previous_names":["sshaw/logging-appenders-honeybadger"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Flogging-honeybadger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Flogging-honeybadger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Flogging-honeybadger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Flogging-honeybadger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshaw","download_url":"https://codeload.github.com/sshaw/logging-honeybadger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419871,"owners_count":20936013,"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":["honeybadger","logging","logging-library","ruby"],"created_at":"2024-10-09T18:53:40.497Z","updated_at":"2025-04-06T01:11:48.369Z","avatar_url":"https://github.com/sshaw.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logging Honeybadger\n\n[![CI](https://github.com/sshaw/logging-honeybadger/actions/workflows/ci.yml/badge.svg)](https://github.com/sshaw/logging-honeybadger/actions/workflows/ci.yml)\n\nHoneybadger appender for [the Logging gem](https://github.com/TwP/logging)\n\n## Overview\n\nInstall the gem: `gem install logging-honeybadger`.\n\nIf you're using Bundler add the following to your `Gemfile`: `gem \"logging-honeybadger\", :require =\u003e false`\n\nThen add the Honeybadger appender:\n\n```rb\nrequire \"logging\"\n\nlog = Logging.logger[self]\nlog.add_appenders(\n  Logging.appenders.honeybadger(\n    :api_key =\u003e \"123XYZ\",\n    :exceptions =\u003e { :ignore =\u003e %w[SomeThang AnotherThang] }\n  )\n)\n\n# Or\n\nHoneybadger.configure do |cfg|\n  # ...\nend\n\nlog.add_appenders(Logging.appenders.honeybadger)\n\nlog.info  \"Not sent to honeybadger\"\nlog.error \"Honeybadger here I come!\"\nlog.error SomeError.new(\"See you @ app.honeybadger.io!\")\n```\n\nNote that Logging will load the appender. You do not need to explicitly require it.\n\n## Description\n\nOnly events with the `:error` log level are sent to Honeybadger.\nBy default the appender will be named `\"honeybadger\"`. This can be changed by passing a name\nto the `honeybadger` method:\n\n    Logging.appenders.honeybadger(\"another_name\", options)\n\nHoneybadger configuration can be done via `Honeybadger.configure` or via `Logging.appenders.honeybadger`.\nThe later accepts (most) Honeybadger options via the `options` `Hash`.\n\n## See Also\n\n[`Logging::Appenders::Airbrake`](https://github.com/sshaw/logging-appenders-airbrake) - Airbrake appender for the Logging gem\n\n## Author\n\nSkye Shaw [sshaw AT gmail.com]\n\n## License\n\nReleased under the MIT License: www.opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Flogging-honeybadger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshaw%2Flogging-honeybadger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Flogging-honeybadger/lists"}