From 6a680cf1002dbb5062ffd0a757faf3840c665918 Mon Sep 17 00:00:00 2001 From: paulserraino Date: Thu, 15 Dec 2022 16:11:44 -0600 Subject: [PATCH] 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 2f78382..3677847 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# Rollbar React SDK +

+ rollbar-logo +

+ +

Rollbar React SDK

+ +

+ Proactively discover, predict, and resolve errors in real-time with Rollbar’s error monitoring platform. Start tracking errors today! +

+ +--- + React features to enhance using Rollbar.js in React Applications. @@ -6,6 +17,13 @@ This SDK provides a wrapper around the base [Rollbar.js] SDK in order to provide SDK that matches the intention of how to build React Apps with a declarative API, features for the latest React API like hooks and ErrorBoundaries, as well as simplify using Rollbar within a React SPA. +## Key benefits of using Rollbar React are: +- **Telemetry:** The telemetry timeline provides a list of “breadcrumbs” events that can help developers understand and fix problems in their client-side javascript. Learn more about telemetry. +- **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. + + ### In Beta It is currently in a public Beta release right now as we push towards a 1.0 release that will have all of the features