From d1c0b0450fc84fd503c9db42e135018694e36d86 Mon Sep 17 00:00:00 2001 From: Stephen Margheim Date: Mon, 29 Jan 2024 11:03:41 +0100 Subject: [PATCH] Update README.md To add a note about features and Honeybadger --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 364a0c5..8a1065b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ All exceptions are recorded automatically. No additional code required. Please consult the [official guides](https://guides.rubyonrails.org/error_reporting.html) for an introduction to the error reporting API. +There are intentionally few features; you can view and resolve errors. That’s it. The goal is to provide a simple, lightweight, and performant solution for tracking exceptions in your Rails application. If you need more features, you should probably use a 3rd party service like [Honeybadger](https://www.honeybadger.io/), whose MIT-licensed [Ruby agent gem](https://github.com/honeybadger-io/honeybadger-ruby) provided a couple of critical pieces of code for this project. + ### Configuration You can configure Solid Errors via the Rails configuration object, under the `solid_errors` key. Currently, only 3 configuration options are available: