spacetelescope / jirahub

A package for syncing JIRA tickets and Github issues
http://jirahub.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Consider implementing Sentry to catalog all errors #22

Open jbcurtin opened 5 years ago

jbcurtin commented 5 years ago

https://sentry.io/welcome/ https://docs.sentry.io/error-reporting/quickstart/?platform=python

stscijgbot commented 5 years ago

Tracked on JIRA as issue SCSB-23.

eslavich commented 5 years ago

I've also used airbrake.io in the past, it's been great (but maybe a little Ruby-centric?)

eslavich commented 5 years ago

Oh, also, airbrake isn't open source...

justquick commented 2 years ago

Im all for using Sentry and it's something we are working on at STScI

That being said, adding a sentrysdk dependency to this project seems out of scope. Anyone using this program could add the sentry bootstrap code to their python config file and add sentry tracking to their project. Seems like it shouldnt b in the package itself but maybe mentioned in the documentation