Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

http context compliant automatic raven integration for pyramid

Project description

pyramid_crow provides a pyramid package for integrating with raven that is both automatic and complies with raven’s http_context standard.

Usage

  1. Include pyramid_crow using either the pyramid.includes configuration file setting or config.include('pyramid_crow')

  2. Include a DSN in your config file as raven.dsn

No special handling or explicit invocation is required, even if using an exception view. pyramid_crow automatically employs raven’s password sanitization to strip sensitive values from submitted data. The raven client is accessible as request.raven. Any configuration file values starting with raven. will be provided as keyword arguments when creating the client. No automatic type conversion is performed; if any of the values you want to provide should be anything other than a string, you should convert them appropriately.

Supported by

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