python-discord / sir-robin

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

Pass exception value into Sentry #119

Closed jchristgit closed 2 months ago

jchristgit commented 3 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.