{"id":20740921,"url":"https://github.com/rollbar/rollbar-java","last_synced_at":"2025-04-12T15:40:41.474Z","repository":{"id":3936889,"uuid":"46368934","full_name":"rollbar/rollbar-java","owner":"rollbar","description":"Rollbar for Java and Android","archived":false,"fork":false,"pushed_at":"2025-03-31T05:10:48.000Z","size":1396,"stargazers_count":73,"open_issues_count":13,"forks_count":76,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-04-03T15:11:25.485Z","etag":null,"topics":["android","error-monitoring","error-reporting","exceptions","java","log4j","observability","rollbar","spring-boot"],"latest_commit_sha":null,"homepage":"https://docs.rollbar.com/docs/java","language":"Java","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/rollbar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2015-11-17T19:06:43.000Z","updated_at":"2025-03-21T18:58:15.000Z","dependencies_parsed_at":"2024-05-07T00:31:19.290Z","dependency_job_id":"6f9b5b64-c6c7-4095-8185-8910d76dbb8c","html_url":"https://github.com/rollbar/rollbar-java","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollbar","download_url":"https://codeload.github.com/rollbar/rollbar-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590773,"owners_count":21129888,"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":["android","error-monitoring","error-reporting","exceptions","java","log4j","observability","rollbar","spring-boot"],"created_at":"2024-11-17T06:31:13.315Z","updated_at":"2025-04-12T15:40:41.454Z","avatar_url":"https://github.com/rollbar.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"rollbar-logo\" src=\"https://user-images.githubusercontent.com/3300063/207964480-54eda665-d6fe-4527-ba51-b0ab3f41f10b.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eRollbar Java SDK\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eProactively discover, predict, and resolve errors in real-time with \u003ca href=\"https://rollbar.com\"\u003eRollbar’s\u003c/a\u003e error monitoring platform. \u003ca href=\"https://rollbar.com/signup/\"\u003eStart tracking errors today\u003c/a\u003e!\u003c/strong\u003e\n\u003c/p\u003e\n\n---\n\n\n[![Build Status](https://github.com/rollbar/rollbar-java/workflows/rollbar-java%20CI/badge.svg?branch=master)](https://github.com/rollbar/rollbar-java/actions/workflows/ci.yml?query=branch%3Amaster)\n\nThe current library has undergone a major overhaul between versions 0.5.4 and 1.0.0.\nWe recommend upgrading from prior versions of `rollbar-java`, but that process may require some\nwork on your end for the more complex use cases of the old library.\n\nThe code is documented with javadoc and therefore should be usable from viewing\nthe documentation in the source. There are examples in the `examples` directory showing different\nuse cases for consuming these libraries.\n\n## Key benefits of using Rollbar Java SDK are:\n- **Cross platform:** Rollbar Java SDK supports both server-side and mobile Java applications, including plaforms such as \u003ca href=\"https://docs.rollbar.com/docs/android\"\u003eAndroid\u003c/a\u003e, \u003ca href=\"https://docs.rollbar.com/docs/scala\"\u003eScala\u003c/a\u003e, \u003ca href=\"https://docs.rollbar.com/docs/spring\"\u003eSpring\u003c/a\u003e, \u003ca href=\"https://docs.rollbar.com/docs/web\"\u003eWeb\u003c/a\u003e and more!\n- **Automatic error grouping:** Rollbar aggregates Occurrences caused by the same error into Items that represent application issues. \u003ca href=\"https://docs.rollbar.com/docs/grouping-occurrences\"\u003eLearn more about reducing log noise\u003c/a\u003e.\n- **Advanced search:** Filter items by many different properties. \u003ca href=\"https://docs.rollbar.com/docs/search-items\"\u003eLearn more about search\u003c/a\u003e.\n- **Customizable notifications:** Rollbar supports several messaging and incident management tools where your team can get notified about errors and important events by real-time alerts. \u003ca href=\"https://docs.rollbar.com/docs/notifications\"\u003eLearn more about Rollbar notifications\u003c/a\u003e.\n\n\n## Setup Instructions\n1. [Sign up for a Rollbar account](https://rollbar.com/signup)\n2. Follow the [Installation](https://docs.rollbar.com/docs/java#section-installation) instructions in our [Java SDK docs](https://docs.rollbar.com/docs/java) to install rollbar-java and configure it for your platform.\n\n## Usage\n\nFor actual usage, the easiest way to get started is by looking at the examples:\n\n- [rollbar-java](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-java)\n- [rollbar-web](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-web)\n- [rollbar-android](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-android)\n- [rollbar-scala](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-scala)\n- [rollbar-log4j2](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-log4j2)\n- [rollbar-logback](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-logback)\n- [rollbar-spring-webmvc](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-spring-webmvc)\n- [rollbar-spring-boot-webmvc](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-spring-boot-webmvc)\n- [rollbar-reactive-streams-reactor](https://github.com/rollbar/rollbar-java/tree/master/examples/rollbar-reactive-streams-reactor)\n\n## Release History \u0026 Changelog\n\nSee our [Releases](https://github.com/rollbar/rollbar-java/releases) page for a list of all releases, including changes.\n\n## Help / Support\n\nIf you run into any issues, please email us at [support@rollbar.com](mailto:support@rollbar.com)\n\nFor bug reports, please [open an issue on GitHub](https://github.com/rollbar/rollbar-java/issues/new).\n\n## Contributing\n\n1. [Fork it](https://github.com/rollbar/rollbar-java)\n2. Create your feature branch (```git checkout -b my-new-feature```).\n3. Commit your changes (```git commit -am 'Added some feature'```)\n4. Push to the branch (```git push origin my-new-feature```)\n5. Create new Pull Request\n\n## License\nRollbar-java is free software released under the MIT License. See [LICENSE.txt](LICENSE.txt) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollbar%2Frollbar-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollbar%2Frollbar-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollbar%2Frollbar-java/lists"}