{"id":13507971,"url":"https://github.com/romul/airbrake_plug","last_synced_at":"2025-10-21T17:54:35.786Z","repository":{"id":34011497,"uuid":"37767772","full_name":"romul/airbrake_plug","owner":"romul","description":"Airbrake reporter for Elixir's Plug (DEPRECATED in favor of https://github.com/romul/airbrake-elixir) ","archived":false,"fork":false,"pushed_at":"2015-06-21T22:54:54.000Z","size":338,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T03:51:38.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/romul.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}},"created_at":"2015-06-20T11:35:24.000Z","updated_at":"2017-05-08T02:22:44.000Z","dependencies_parsed_at":"2022-07-13T21:53:26.707Z","dependency_job_id":null,"html_url":"https://github.com/romul/airbrake_plug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romul/airbrake_plug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romul%2Fairbrake_plug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romul%2Fairbrake_plug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romul%2Fairbrake_plug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romul%2Fairbrake_plug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romul","download_url":"https://codeload.github.com/romul/airbrake_plug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romul%2Fairbrake_plug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280308477,"owners_count":26308492,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01T02:00:44.632Z","updated_at":"2025-10-21T17:54:35.753Z","avatar_url":"https://github.com/romul.png","language":"Elixir","funding_links":[],"categories":["Framework Components"],"sub_categories":[],"readme":"# AirbrakePlug\n\nReport errors in your Plug stack or whatever to [Airbrake](https://airbrake.io),\nbecause that's a super great place to send your errors.\n\n## Installation/Usage\n\nJust throw it in your deps in your `mix.exs`:\n\n```elixir\n  defp deps do\n    [{:airbrake_plug, \"~\u003e 0.1.0\"}]\n  end\n```\n\nThen you'll need to configure it with your API key as per [the airbrake-elixir docs](https://github.com/romul/airbrake-elixir).\n\nNow you'll need to call `Airbrake.start` to warm up the card, and then `use` it, for example in your `Phoenix.Router`.\n\n```elixir\ndefmodule YourApp.Router do\n  use Phoenix.Router\n  use AirbrakePlug\n\n  # ...\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromul%2Fairbrake_plug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromul%2Fairbrake_plug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromul%2Fairbrake_plug/lists"}