Publish SilverStripe errors and warnings to Sentry using the Raven client.
Composer (recommended):
composer require swilsonalfa/sentrylogger
Add the following to your _config.php file in the mysite folder:
SS_Log::add_writer(new SentryLogger());Add the Sentry DSN (available from the Sentry website) into your config yml file:
SentryLogger:
sentry_dsn: https://xxx:xxx@app.getsentry.com/xxx