jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 1 forks source link

set up sentry (and cloud debugging) #187

Closed bbelderbos closed 8 months ago

bbelderbos commented 8 months ago

Takes a pip install, 2 lines of code and make an account: https://docs.sentry.io/platforms/python/integrations/django/

Now a 500 - you get an email :)

Another trick we just did: set DEBUG to True to get more info when debugging

bbelderbos commented 8 months ago

If you wanna learn more about its back-story @ryaustin and Hugh interviewed the co-founder

Pybites Podcast 137 - Sentry, a Developer's Partner, Interview with Co-Founder David Cramer

https://www.youtube.com/watch?v=F2xKMD14EPg

jwjacobson commented 8 months ago

This is cool!