summaryrefslogtreecommitdiff
path: root/docs/integrations/index.rst
blob: 460681ee8b5c6dd52ef0e3d461257f9279d539c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Integrations
============

The Raven Python module also comes with integration for some commonly used
libraries to automatically capture errors from common environments.  This
means that once you have such an integration configured you typically do
not need to report errors manually.

Some integrations allow specifying these in a standard configuration,
otherwise they are generally passed upon instantiation of the Sentry
client.

.. toctree::
   :maxdepth: 1

   bottle
   celery
   django
   flask
   lambda
   logbook
   logging
   pylons
   pyramid
   rq
   tornado
   wsgi
   zconfig
   zerorpc
   zope