{"id":13848886,"url":"https://github.com/loopj/airbrake-android","last_synced_at":"2025-04-15T03:55:24.094Z","repository":{"id":1387673,"uuid":"1360680","full_name":"loopj/airbrake-android","owner":"loopj","description":"Airbrake Notifier for Android","archived":false,"fork":false,"pushed_at":"2012-12-30T21:43:25.000Z","size":187,"stargazers_count":56,"open_issues_count":1,"forks_count":26,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T03:55:19.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://loopj.com/airbrake-android/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"lyconic/jquery.rest","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loopj.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":"2011-02-13T02:54:22.000Z","updated_at":"2024-04-18T04:38:07.000Z","dependencies_parsed_at":"2022-07-07T11:03:01.218Z","dependency_job_id":null,"html_url":"https://github.com/loopj/airbrake-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fairbrake-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fairbrake-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fairbrake-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fairbrake-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loopj","download_url":"https://codeload.github.com/loopj/airbrake-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249003953,"owners_count":21196794,"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":[],"created_at":"2024-08-04T19:01:00.791Z","updated_at":"2025-04-15T03:55:24.079Z","avatar_url":"https://github.com/loopj.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"Airbrake Notifer for Android\n===========================\n\nDeprecation Warning\n-------------------\nI am no longer maintaining this library because I am now using \n[Bugsnag](https://bugsnag.com) to track my Android app errors.\n\nOverview\n--------\nThe Airbrake notifier for Android is designed to give you instant notification\nof any uncaught exceptions thrown from your Android applications.\n\n\nBuilding from Source\n--------------------\nTo build a `.jar` file from source, make a clone of the airbrake-android\ngithub repository and run:\n\n```shell\nant package\n```\n\nThis will generate a file named `airbrake-android.jar`.\n\n\nInstallation \u0026 Setup\n--------------------\nCopy the .jar file to your Android app's `libs/` folder.\n\nImport the `AirbrakeNotifier` class in your app's main Activity.\n\n```java\nimport com.loopj.android.airbrake.AirbrakeNotifier;\n```\n\nIn your activity's `onCreate` function, register to begin capturing exceptions:\n\n```java\nAirbrakeNotifier.register(this, \"your-api-key-goes-here\");\n```\n\n\nConfiguration\n-------------\nThe `AirbrakeNotifier.register` call requires a context and Airbrake API key to\nbe passed in, and optionally a third argument specifying the environment.\nThe environment defaults to `production` if not set.\n\nTo notify Airbrake of non-fatal exceptions, or exceptions you have explicitly\ncaught in your app, you can call `AirbrakeNotifier.notify`. This call takes\nexactly one argument, a Throwable, and can be called from anywhere in your\ncode. For example:\n\n```java\ntry {\n    // Something dangerous\n} catch(Exception e) {\n    // We don't want this to crash our app, but we would like to be notified\n    AirbrakeNotifier.notify(e);\n}\n```\n\n\nLicense\n-------\nThe Airbrake notifier for Android is released under the Android-friendly\nApache License, Version 2.0. Read the full license here:\n\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fairbrake-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floopj%2Fairbrake-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fairbrake-android/lists"}