sentry-eve

Eve Sentry support


License
MIT
Install
pip install sentry-eve==0.0.0.1rc3

Documentation

Sentry Eve support

Easy to use package for Eve framework with support for Sentry

Install

pip install sentry-eve

Configuration

SENTRY_DSN - Your sentry DSN url

Add it in your settings.py:

SENTRY_DSN = "<Your sentry dsn url>"

Use

from SentryEve import SentryEve

app = SentryEve(__name__)