From 8abfb09ac976fd2e63e51c1a7ca7b83728ab88b9 Mon Sep 17 00:00:00 2001 From: paulserraino Date: Thu, 15 Dec 2022 18:51:34 -0600 Subject: [PATCH 1/2] Add Rollbar branding to the Readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c34c19d..04e23e59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# Rollbar for Java and Android +

+ rollbar-logo +

+ +

Rollbar Java SDK

+ +

+ 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.js 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. From ceab3a1450f80894eb2c94c2069ce99ba53a1f3f Mon Sep 17 00:00:00 2001 From: paulserraino Date: Fri, 16 Dec 2022 11:05:00 -0600 Subject: [PATCH 2/2] fix key benefits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04e23e59..f0e50249 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ 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.js are: +## 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.