How to use pybrake - 1 common examples

To help you get started, we’ve selected a few pybrake examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github snowflakedb / SnowAlert / src / runners / helpers / exception_tracker.py View on Github external
def __init__(self):
        if AIRBRAKE_PROJECT_KEY and AIRBRAKE_PROJECT_ID:
            self.airbrake_notifier = pybrake.Notifier(
                project_id=AIRBRAKE_PROJECT_ID,
                project_key=AIRBRAKE_PROJECT_KEY,
                environment=ENV,
            )

pybrake

Python exception notifier for Airbrake

MIT
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis

Popular pybrake functions