Skip to content

Add Sentry logging appender

Robert Speicher requested to merge rs-sentry-appender into master

fde5ae5d - Move Raven configuration into logger file

Also adds a Sentry appender for fatal messages. This allows us to get a Slack message when we log an error with logger.fatal without additional wiring.

501bfcf5 - Change disabled feature flag message to warning

This isn't really exceptional, just informational, and shouldn't create a Sentry error.

Merge request reports