Sanic-Rollbar
=============
A Rollbar plugin for Sanic, inspired by flask-rollbar.
Free software: MIT license
## Installation
```bash
pip install sanic-rollbar
```
## Usage
Set your Rollbar token in config file, like:
```python
ROLLBAR_TOKEN = os.getenv('ROLLBAR_TOKEN')
```
In your Sanic app, initialize the plugin:
```python
from sanic import Sanic, response
from sanic_rollbar import SanicRollbar
from yourapp import config
app = Sanic(__name__)
app.config.from_object(config)
SanicRollbar(app)
```
Changelog
=========
0.1.0 (2017-12-20)
------------------
* First sketch.
=============
A Rollbar plugin for Sanic, inspired by flask-rollbar.
Free software: MIT license
## Installation
```bash
pip install sanic-rollbar
```
## Usage
Set your Rollbar token in config file, like:
```python
ROLLBAR_TOKEN = os.getenv('ROLLBAR_TOKEN')
```
In your Sanic app, initialize the plugin:
```python
from sanic import Sanic, response
from sanic_rollbar import SanicRollbar
from yourapp import config
app = Sanic(__name__)
app.config.from_object(config)
SanicRollbar(app)
```
Changelog
=========
0.1.0 (2017-12-20)
------------------
* First sketch.
Release files for sanic-rollbar 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sanic-rollbar-0.1.1.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sanic_rollbar-0.1.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / sanic-rollbar-0.1.1.tar.gz
| Download URL | sanic-rollbar-0.1.1.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3c5f4870dd9c7acbb93a68967441f85457bd17cd7a7b179f1cdaf0083210a255
|
|
BLAKE2b-256 checksum How to use checksums |
509316b8f426431d50d2090d93405448b036ca91dfb6a8886aa3d0d5e4f43ced
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / sanic_rollbar-0.1.1-py2.py3-none-any.whl
| Download URL | sanic_rollbar-0.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
782e7720547f2675459a0245229954db2a473ee4e5926e2114296b6c42820867
|
|
BLAKE2b-256 checksum How to use checksums |
aa57a0821d50d625ced35b3d06cf484d0b98cf633f605e7e953767014dbcffda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |