Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds honeybadger support. #10

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Adds honeybadger support. #10

wants to merge 5 commits into from

Commits on Oct 20, 2023

  1. Adds honeybadger support.

    The Dockerfile is required to be in a non-slim image because honeybadger
    introduces a dependency that is natively built. We will likely run into
    these things, anyway.
    
    Adds the `honeybadger` Python library to `requirements.txt`
    
    New configuration option via env to provide the honeybadger project key
    within the `HONEYBADGER_API_KEY` variable.
    
    Sets it up to log all exceptions that are unhandled within the app.
    
    Sets it up to log all CRITICAL logs that happen in the app.
    
    Sets it up to log all ERROR logs (that aren't exceptions) in the app.
    wilkie committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    27940fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e27ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    743c17f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    4a95c25 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    70cbe6b View commit details
    Browse the repository at this point in the history