Merge pull request #2556 from accraze/patch-1

Fix sentry raven install docs
This commit is contained in:
Hsiaoming Yang 2017-12-16 23:13:55 +09:00 committed by GitHub
commit b786585b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,9 +42,9 @@ aggregates duplicate errors, captures the full stack trace and local
variables for debugging, and sends you mails based on new errors or
frequency thresholds.
To use Sentry you need to install the `raven` client::
To use Sentry you need to install the `raven` client with extra `flask` dependencies::
$ pip install raven
$ pip install raven[flask]
And then add this to your Flask app::