{"id":16178157,"url":"https://github.com/charlypoly/ruby-slack-error-notifier","last_synced_at":"2026-01-20T04:32:07.347Z","repository":{"id":142836598,"uuid":"59567278","full_name":"charlypoly/ruby-slack-error-notifier","owner":"charlypoly","description":"Smart Ruby exceptions notifier for Slack","archived":false,"fork":false,"pushed_at":"2016-05-24T11:38:58.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T11:34:04.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/charlypoly.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-24T11:29:09.000Z","updated_at":"2016-05-24T11:29:09.000Z","dependencies_parsed_at":"2023-05-14T19:15:48.582Z","dependency_job_id":null,"html_url":"https://github.com/charlypoly/ruby-slack-error-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charlypoly/ruby-slack-error-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fruby-slack-error-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fruby-slack-error-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fruby-slack-error-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fruby-slack-error-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlypoly","download_url":"https://codeload.github.com/charlypoly/ruby-slack-error-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlypoly%2Fruby-slack-error-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-10T05:12:44.406Z","updated_at":"2026-01-20T04:32:07.329Z","avatar_url":"https://github.com/charlypoly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n```ruby\nSlackErrorNotifier.configure do |config|\n  config.webhook_url = '...'\n  config.storage = :redis # default ':redis'\n  config.storage.redis.namespace = 'slack_notifications.' # default 'slack_error_notifier.'\n  config.catch_all = false # default false\nend\n\nSlackErrorNotifier.new('MyCustomNS', throttle: 1.hours, count_duration: :day) do |error, count|\n  if count\n    \"Custom error triggered ! (#{count} today) : #{error.message}\"\n  else\n    \"Custom error triggered ! (first today) : #{error.message}\"\n  end\nend\n\nerror = Exception.new('my error message!')\nSlackErrorNotifier::MyCustomNS.call(error) # will send slack notification \"Custom error triggered ! (first today) : my error message!\"\nSlackErrorNotifier::MyCustomNS.call(error) # will not send slack notification but incr error counter\n\n```\n\n## TODO\n\n- Integrations :\n  - Bugsnag integration\n  - Sentry integration\n- Storages :\n  - Redis\n  - SQL ?\n  - Custom ?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fruby-slack-error-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlypoly%2Fruby-slack-error-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlypoly%2Fruby-slack-error-notifier/lists"}