{"id":16795168,"url":"https://github.com/mehcode/bugsnag-rs","last_synced_at":"2025-10-11T10:13:59.467Z","repository":{"id":149887914,"uuid":"111012195","full_name":"mehcode/bugsnag-rs","owner":"mehcode","description":"Bugsnag error monitoring for rust","archived":false,"fork":false,"pushed_at":"2018-01-07T17:41:57.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-15T02:34:40.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bugsnag.com/","language":"Rust","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/mehcode.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":"2017-11-16T19:18:43.000Z","updated_at":"2021-03-17T11:27:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdc48c8b-430f-4d29-a29a-252180750d85","html_url":"https://github.com/mehcode/bugsnag-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mehcode/bugsnag-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fbugsnag-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fbugsnag-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fbugsnag-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fbugsnag-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehcode","download_url":"https://codeload.github.com/mehcode/bugsnag-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fbugsnag-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006838,"owners_count":26084203,"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-11T02:00:06.511Z","response_time":55,"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-10-13T09:15:35.414Z","updated_at":"2025-10-11T10:13:59.462Z","avatar_url":"https://github.com/mehcode.png","language":"Rust","readme":"[![Build Status](https://travis-ci.org/superscale/bugsnag-rs.svg?branch=master)](https://travis-ci.org/superscale/bugsnag-rs)\n[![Coverage Status](https://coveralls.io/repos/github/superscale/bugsnag-rs/badge.svg?branch=master)](https://coveralls.io/github/superscale/bugsnag-rs?branch=master)\n[![crates.io](http://meritbadge.herokuapp.com/bugsnag)](https://crates.io/crates/bugsnag)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)\n[![docs](https://docs.rs/bugsnag/badge.svg)](https://docs.rs/bugsnag)\n\n# bugsnag-rs\nThe Bugsnag api in rust. \n\n# Example\n\n```rust\nuse bugsnag;\nlet mut api = bugsnag::Bugsnag::new(\"api-key\", env!(\"CARGO_MANIFEST_DIR\"));\n\n// setting the appinfo is not required, but recommended \napi.set_app_info(Some(env!(\"CARGO_PKG_VERSION\")),\n                 Some(\"development\"),\n                 Some(\"rust\"));\n\napi.notify(\"Info\", \"This is a message from the rust bugsnag api.\")\n       .severity(bugsnag::Severity::Info);\n```\n\nOr in a panic handler you could do the following:\n\n```rust\n\nuse bugsnag;\nlet mut api = bugsnag::Bugsnag::new(\"api-key\", env!(\"CARGO_MANIFEST_DIR\"));\n\nbugsnag::panic::handle(\u0026api, panic_info, None);\n\n```\n\nFor more examples on how to integrate bugsnag into a project, the examples folder provides some reference implementations.\n\n\n# Which json fields are missing?\n- metaData\n- user\n\nThe structure of the json can be found [here](https://docs.bugsnag.com/api/error-reporting/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fbugsnag-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehcode%2Fbugsnag-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fbugsnag-rs/lists"}