This repository was archived by the owner on Oct 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +86
-0
lines changed Expand file tree Collapse file tree 10 files changed +86
-0
lines changed Original file line number Diff line number Diff line change 44`Bottle <http://bottlepy.org/ >`_ is a microframework for Python. Raven
55supports this framework through the WSGI integration.
66
7+ Installation
8+ ------------
9+
10+ If you haven't already, start by downloading Raven. The easiest way is
11+ with *pip *::
12+
13+ pip install raven --upgrade
14+
715Setup
816-----
917
Original file line number Diff line number Diff line change 55system for Python built on AMQP principles. For Celery built-in support
66by Raven is provided but it requires some manual configuration.
77
8+ Installation
9+ ------------
10+
11+ If you haven't already, start by downloading Raven. The easiest way is
12+ with *pip *::
13+
14+ pip install raven --upgrade
15+
16+ Setup
17+ -----
818To capture errors, you need to register a couple of signals to hijack
919Celery error handling::
1020
Original file line number Diff line number Diff line change 55
66`Django <http://djangoproject.com/ >`_ version 1.4 and newer are supported.
77
8+ Installation
9+ ------------
10+
11+ If you haven't already, start by downloading Raven. The easiest way is
12+ with *pip *::
13+
14+ pip install raven --upgrade
15+
816Setup
917-----
1018
Original file line number Diff line number Diff line change 11Logbook
22=======
33
4+ Installation
5+ ------------
6+
7+ If you haven't already, start by downloading Raven. The easiest way is
8+ with *pip *::
9+
10+ pip install raven --upgrade
11+
12+ Setup
13+ -----
414Raven provides a `logbook <http://logbook.pocoo.org >`_ handler which will pipe
515messages to Sentry.
616
Original file line number Diff line number Diff line change 33
44.. default-domain :: py
55
6+ Installation
7+ ------------
8+
9+ If you haven't already, start by downloading Raven. The easiest way is
10+ with *pip *::
11+
12+ pip install raven --upgrade
13+
14+ Setup
15+ -----
616Sentry supports the ability to directly tie into the :mod: `logging `
717module. To use it simply add :class: `SentryHandler ` to your logger.
818
Original file line number Diff line number Diff line change 33
44Pylons is a framework for Python.
55
6+ Installation
7+ ------------
8+
9+ If you haven't already, start by downloading Raven. The easiest way is
10+ with *pip *::
11+
12+ pip install raven --upgrade
13+
614WSGI Middleware
715---------------
816
Original file line number Diff line number Diff line change 11Pyramid
22=======
33
4+ Installation
5+ ------------
6+
7+ If you haven't already, start by downloading Raven. The easiest way is
8+ with *pip *::
9+
10+ pip install raven --upgrade
11+
412PasteDeploy Filter
513------------------
614
Original file line number Diff line number Diff line change 33
44Tornado is an async web framework for Python.
55
6+ Installation
7+ ------------
8+
9+ If you haven't already, start by downloading Raven. The easiest way is
10+ with *pip *::
11+
12+ pip install raven --upgrade
13+
614Setup
715-----
816
Original file line number Diff line number Diff line change 44ZeroRPC is a light-weight, reliable and language-agnostic library for
55distributed communication between server-side processes.
66
7+ Installation
8+ ------------
9+
10+ If you haven't already, start by downloading Raven. The easiest way is
11+ with *pip *::
12+
13+ pip install raven --upgrade
14+
715Setup
816-----
917
Original file line number Diff line number Diff line change 11Zope/Plone
22==========
33
4+ Installation
5+ ------------
6+
7+ If you haven't already, start by downloading Raven. The easiest way is
8+ with *pip *::
9+
10+ pip install raven --upgrade
11+
412zope.conf
513---------
614
You can’t perform that action at this time.
0 commit comments