README.md in semantic_logger-4.9.0 vs README.md in semantic_logger-4.10.0

- old
+ new

@@ -20,11 +20,11 @@ * BugSnag * NewRelic * Splunk * MongoDB * Honeybadger -* Sentry +* Sentry (both with legacy `sentry-raven` and modern `sentry-ruby` gem) * HTTP * TCP * UDP * Syslog * Add any existing Ruby logger as another destination. @@ -58,9 +58,11 @@ - Syslog Appender: gem 'syslog_protocol' 0.9.2 or above - Syslog Appender to a remote syslogng server over TCP or UDP: gem 'net_tcp_client' - Splunk Appender: gem 'splunk-sdk-ruby' - Elasticsearch Appender: gem 'elasticsearch' - Kafka Appender: gem 'ruby-kafka' +- Legacy Sentry Appender: gem 'sentry-raven' (deprecated) +- Sentry Appender: gem 'sentry-ruby' ## Upgrading to Semantic Logger v4.9 These changes should not be noticeable by the majority of users of Semantic Logger, since they are to the internal API. It is possible that advanced users may be using these internal