Falcon web framework integration for the Sentry SDK
Project description
sentry-falcon
Falcon web framework integration for the Sentry SDK.
Installation
pip install sentry-falcon
Setup
import sentry_sdk
import sentry_falcon
sentry_sdk.init(
'__DSN__',
integrations=[sentry_falcon.FalconIntegration()],
)
Known limitations
- JSON request body will only be captured if the
falcon.Request.media
attribute has been accessed before sending of the Sentry event. - Raw request bodies are not captured (the Falcon request stream can only be read once)
- User information must be captured manually (for example via Falcon middleware)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sentry_falcon-0.6.0.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file sentry_falcon-0.6.0.tar.gz
.
File metadata
- Download URL: sentry_falcon-0.6.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fd5c6235db2289821e5b775476884481f53b6943c7fafe2bedbe1b1dab8e028 |
|
MD5 | d37ec9ceafa16ded9c3bd392aadebb39 |
|
BLAKE2b-256 | 85fad47d504abbce5d7e9ea66e0c2c9143c6b375c6bf670b5801e72ea31836a8 |
File details
Details for the file sentry_falcon-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: sentry_falcon-0.6.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7213884c24cdf094dcf378b9ca37be830e5b089fb74c3351f4a1fbeac8fdcb6 |
|
MD5 | ed7bf570fc8366e45ad5021ed73175f3 |
|
BLAKE2b-256 | 6ddc043a9b92234ed2ac87c76c496852066ae57c64b4ec6fc0f2e980dd606060 |