Skip to main content

Provides opbeat instrumentation for your Pyramid projects.

Project description

Provides middleware for transaction and error reporting to opbeat from your Pyramid applications.

### Installation

Installation can be done with easy_install, pip, or whichever package management tool you prefer:

` pip install opbeat_pyramid `

### Usage

Using the module should be simple. You will need to call config.include(‘opbeat_pyramid’) on the configurator for your Pyramid project. With the standard Pyramid boilerplates, this will be done in the main function within __init__.py.

#### Options

The following options must be in your app configuration in order to use this module:

  • opbeat.enabled should be set to true or opbeat wont be sent anything.

  • opbeat.module_name should be set to the name of your project’s module.

  • opbeat.organization_id should be set to your opbeat organization ID

  • opbeat.app_id should be set to your opbeat app ID

  • opbeat.secret_token should be set to your opbeat secret token

Optional settings:

  • opbeat.unsafe_settings_terms contains terms used in setting names that should never be sent to update. (default: token,password,passphrase,secret,private,key)

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

opbeat_pyramid-1.0.8.tar.gz (4.1 kB view hashes)

Uploaded Source

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