Skip to content

Commit ef3a3a6

Browse files
authored
Add Rollbar branding to the Readme (#301)
* Add Rollbar branding to the Readme * fix key benefits
1 parent 568992a commit ef3a3a6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Rollbar for Java and Android
1+
<p align="center">
2+
<img alt="rollbar-logo" src="https://user-images.githubusercontent.com/3300063/207964480-54eda665-d6fe-4527-ba51-b0ab3f41f10b.png" />
3+
</p>
4+
5+
<h1 align="center">Rollbar Java SDK</h1>
6+
7+
<p align="center">
8+
<strong>Proactively discover, predict, and resolve errors in real-time with <a href="https://rollbar.com">Rollbar’s</a> error monitoring platform. <a href="https://rollbar.com/signup/">Start tracking errors today</a>!</strong>
9+
</p>
10+
11+
---
12+
213

314
[![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)
415

@@ -10,6 +21,13 @@ The code is documented with javadoc and therefore should be usable from viewing
1021
the documentation in the source. There are examples in the `examples` directory showing different
1122
use cases for consuming these libraries.
1223

24+
## Key benefits of using Rollbar Java SDK are:
25+
- **Cross platform:** Rollbar Java SDK supports both server-side and mobile Java applications, including plaforms such as <a href="https://docs.rollbar.com/docs/android">Android</a>, <a href="https://docs.rollbar.com/docs/scala">Scala</a>, <a href="https://docs.rollbar.com/docs/spring">Spring</a>, <a href="https://docs.rollbar.com/docs/web">Web</a> and more!
26+
- **Automatic error grouping:** Rollbar aggregates Occurrences caused by the same error into Items that represent application issues. <a href="https://docs.rollbar.com/docs/grouping-occurrences">Learn more about reducing log noise</a>.
27+
- **Advanced search:** Filter items by many different properties. <a href="https://docs.rollbar.com/docs/search-items">Learn more about search</a>.
28+
- **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. <a href="https://docs.rollbar.com/docs/notifications">Learn more about Rollbar notifications</a>.
29+
30+
1331
## Setup Instructions
1432
1. [Sign up for a Rollbar account](https://rollbar.com/signup)
1533
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.

0 commit comments

Comments
 (0)