Skip to main content

Falcon web framework integration for the Sentry SDK

Project description

sentry-falcon

Travis CI build status (Linux) PyPI version License Available as wheel Supported Python versions PyPI status (alpha/beta/stable) Coverage Status

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 hashes)

Uploaded Source

Built Distribution

sentry_falcon-0.6.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page