opbeat-pyramid
--------------
[](https://circleci.com/gh/monokrome/opbeat_pyramid)
[](https://coveralls.io/github/monokrome/opbeat_pyramid?branch=master)
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:
| Pyramid Setting | Environment Variable | Description |
|----------------------------------|--------------------------------|------------------------------------------------------------------------------------|
| opbeat.enabled * | OPBEAT_ENABLED | True to enable reporting to OpBeat |
| opbeat.module_name * | OPBEAT_MODULE_NAME | The name of your project's module |
| opbeat.organization_id * | OPBEAT_ORGANIZATION_ID | Your opbeat organization ID |
| opbeat.app_id * | OPBEAT_APP_ID | Your opbeat app ID |
| opbeat.secret_token * | OPBEAT_SECRET_TOKEN | Your opbeat secret token |
| opbeat.unsafe_settings_phrases | OPBEAT_UNSAFE_SETTINGS_PHRASES | Comma-separated phrases used in setting names that should never be sent to update. |
*NOTE: Settings marked with \* are required*
--------------
[](https://circleci.com/gh/monokrome/opbeat_pyramid)
[](https://coveralls.io/github/monokrome/opbeat_pyramid?branch=master)
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:
| Pyramid Setting | Environment Variable | Description |
|----------------------------------|--------------------------------|------------------------------------------------------------------------------------|
| opbeat.enabled * | OPBEAT_ENABLED | True to enable reporting to OpBeat |
| opbeat.module_name * | OPBEAT_MODULE_NAME | The name of your project's module |
| opbeat.organization_id * | OPBEAT_ORGANIZATION_ID | Your opbeat organization ID |
| opbeat.app_id * | OPBEAT_APP_ID | Your opbeat app ID |
| opbeat.secret_token * | OPBEAT_SECRET_TOKEN | Your opbeat secret token |
| opbeat.unsafe_settings_phrases | OPBEAT_UNSAFE_SETTINGS_PHRASES | Comma-separated phrases used in setting names that should never be sent to update. |
*NOTE: Settings marked with \* are required*
Release files for opbeat_pyramid 1.0.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| opbeat_pyramid-1.0.13.tar.gz | 8.5 kB | Details |
Release files / opbeat_pyramid-1.0.13.tar.gz
| Download URL | opbeat_pyramid-1.0.13.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fab57595dc3584d5e75e08a4e6fff42b78d0b0106d8f99418307c592928b767a
|
|
BLAKE2b-256 checksum How to use checksums |
34ddf444bef1b0dcfe7bb3b479c2f2cc17a53a3f411755212d5f904c94298eb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |