Provide end-user friendly 500 Error handler for Leonardo Sites
Installation
pip install leonardo_module_sentry
or as leonardo bundle
pip install django-leonardo["sentry"]
Add leonardo_module_sentry to APPS list, in the local_settings.py:
APPS = [
...
'leonardo_module_sentry'
...
]
Load new template to db
python manage.py sync_common
Add RAVEN_CONFIG into your settings.py:
RAVEN_CONFIG = {
'dsn': 'http://public:secret@example.com/1',
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file leonardo-module-sentry-0.0.2.tar.gz.
File metadata
- Download URL: leonardo-module-sentry-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903baf65c75429f0d7d46a39dacda9b19c5088fa96e248da5025abbae6db50f9
|
|
| MD5 |
6b773fdbc64ab2cbfda98b2689208c07
|
|
| BLAKE2b-256 |
9cbf1bcd87a77967f69a597d12fac1b65d265e2d09004e5922f8d5eeaed85cdf
|