How to use honeybadger - 1 common examples

To help you get started, we’ve selected a few honeybadger 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 justinlittman / twarc-cloud / twarccloud / config_helpers.py View on Github external
def setup_honeybadger():
    if 'HONEYBADGER_API_KEY' in os.environ:
        honeybadger.configure()

honeybadger

Send Python and Django errors to Honeybadger

MIT
Latest version published 16 days ago

Package Health Score

79 / 100
Full package analysis

Popular honeybadger functions