diff --git a/README.md b/README.md index 5c34c19d..f0e50249 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# Rollbar for Java and Android +
+ +
+ ++ Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today! +
+ +--- + [![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) @@ -10,6 +21,13 @@ The code is documented with javadoc and therefore should be usable from viewing the documentation in the source. There are examples in the `examples` directory showing different use cases for consuming these libraries. +## Key benefits of using Rollbar Java SDK are: +- **Cross platform:** Rollbar Java SDK supports both server-side and mobile Java applications, including plaforms such as Android, Scala, Spring, Web and more! +- **Automatic error grouping:** Rollbar aggregates Occurrences caused by the same error into Items that represent application issues. Learn more about reducing log noise. +- **Advanced search:** Filter items by many different properties. Learn more about search. +- **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. Learn more about Rollbar notifications. + + ## Setup Instructions 1. [Sign up for a Rollbar account](https://rollbar.com/signup) 2. 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.