python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 13 forks source link

Pass exception value into Sentry #119

Closed jchristgit closed 6 months ago

jchristgit commented 8 months ago

Sentry could use the extra information, see for instance 1, we may not need to unwrap this into error.__cause__ since Python on its own should already expand that.