Skip to content

subzero10/honeybadger-python-134

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal example python app with Honeybadger integration

This is a FastApi python app with Honeybadger integration.

Usage

  1. Open main.py and set your replace "YOUR_API_KEY" with your Honeybadger API key.
  2. run poetry install
  3. run poetry shell
  4. run uvicorn main:app
  5. using a web browser, navigate to http://127.0.0.1:8080
  6. you should see the message "Internal Server Error"
  7. the exception should be reported to Honeybadger, with the environment "production"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages