Skip to content

boatcoder/sentry-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone this repo, create and activate a venv

pip install -r requirements.txt
export SENTRY_DSN=value from the sentry dashboard
export DJANGO_DEBUG=0
python manage.py migrate
python manage.py runserver

curl http://localhost:8000/

Should log to sentry, but does not

About

Illustrates the problem with sentry NOT catching 500 errors in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages