README.md in logster-2.4.2 vs README.md in logster-2.5.0

- old
+ new

@@ -41,10 +41,10 @@ - `Logster.config.application_version`: set to a unique identifier denoting version of your app. The "solve" function takes this version into account when suppressing errors. - `Logster.config.enable_js_error_reporting` : enable js error reporting from clients - `Logster.config.rate_limit_error_reporting` : controls automatic 1 minute rate limiting for JS error reporting. - `Logster.config.web_title` : `<title>` tag for logster error page. -- `Logster.config.enable_custom_patterns_via_ui` : enables a setting page that allows adding suppression patterns via the UI. +- `Logster.config.enable_custom_patterns_via_ui` : enable the settings page (`/settings`) where you can add suppression and grouping patterns. - `Logster.config.maximum_message_size_bytes` : specifiy a size in bytes that a message cannot exceed. Note this isn't 100% accurate, meaning a message may still grow above the limit, but it shouldn't grow by more tha, say, 2000 bytes. ### Tracking Error Rate Logster allows you to register a callback when the rate of errors has exceeded a given limit.