metlog-raven

A Metlog plugin to send exceptions to Sentry


License
MPL-2.0
Install
pip install metlog-raven==0.5

Documentation

metlog-raven

https://secure.travis-ci.org/mozilla-services/metlog-raven.png

metlog-raven is a plugin extension for Metlog <http://github.com/mozilla-services/metlog-py>. metlog-raven provides logging extensions to capture stacktraces and some frame information such as local variables to faciliate debugging.

The plugin acts as a thin wrapper around the Raven <https://github.com/dcramer/raven> library for Sentry.

More information about how Mozilla Services is using Metlog (including what is being used for a router and what endpoints are in use / planning to be used) can be found on the relevant spec page.

This version of metlog-raven must be used with :

  • Raven client version 3.1.16
  • Sentry server 5.4.2

Other versions may work, but they have not been tested.