{"id":19939179,"url":"https://github.com/zapnap/rack_hoptoad","last_synced_at":"2026-08-05T08:33:08.003Z","repository":{"id":659213,"uuid":"302049","full_name":"zapnap/rack_hoptoad","owner":"zapnap","description":"middleware for posting exceptions to http://hoptoadapp.com","archived":false,"fork":false,"pushed_at":"2009-05-15T00:40:37.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-23T15:30:37.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/atmos/rack_hoptoad","language":"Ruby","has_issues":false,"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/zapnap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-09-09T13:21:08.000Z","updated_at":"2021-12-16T17:26:57.000Z","dependencies_parsed_at":"2022-07-15T02:31:18.755Z","dependency_job_id":null,"html_url":"https://github.com/zapnap/rack_hoptoad","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zapnap/rack_hoptoad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Frack_hoptoad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Frack_hoptoad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Frack_hoptoad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Frack_hoptoad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapnap","download_url":"https://codeload.github.com/zapnap/rack_hoptoad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Frack_hoptoad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36305528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-05T02:00:06.619Z","response_time":104,"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-11-12T23:45:16.098Z","updated_at":"2026-08-05T08:33:07.952Z","avatar_url":"https://github.com/zapnap.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"rack_hoptoad\n============\n\nA gem that provides exception notifications to [hoptoad](http://hoptoadapp.com) as rack middleware.\n\nUsage\n=====\nThrow something like this in your config.ru to enable notifications.\n\n    require 'rack_hoptoad'\n\n    use Rack::HoptoadNotifier, 'fd48c7d26f724503a0280f808f44b339fc65fab8'\n\nYou can also exclude certain sensitive environmental variables using the block syntax\n\n    require 'rack_hoptoad'\n\n    use Rack::HoptoadNotifier, 'fd48c7d26f724503a0280f808f44b339fc65fab8' do |notifier|\n      notifier.environment_filters \u003c\u003c %w(MY_SECRET_KEY MY_SECRET_TOKEN)\n    end\n\n\nIf your RACK_ENV variable is set to production or staging it'll actually post\nto hoptoad.  It won't process in the other environments.\n\nInstallation\n============\n\n    % sudo gem install rack_hoptoad\n\nSinatra Notes\n=============\n\nIn order for exceptions to propagate up to Rack in Sinatra you need to enable raise_errors\n\n    class MyApp \u003c Sinatra::Default\n      enable :raise_errors\n    end\n\nNote that the errors block does not execute so you'll need to handle the 500 elsewhere.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Frack_hoptoad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapnap%2Frack_hoptoad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Frack_hoptoad/lists"}