Skip to content

austin-wentz/sentry-psycopg-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple example on how to reproduce a bug with psycopg3 and sentry_sdk.

Steps to reproduce:

  1. Install requirements
pip install -r requirements.txt
  1. Startup postgres
docker-compose up
  1. Run test without Sentry (test will succeed)
./manage.py test
  1. Run test with Sentry (test will fail)
export USE_SENTRY=True && ./manage.py test

About

Simple repo for reproducing connection error bug.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages