matrix-org / sydent

Sydent: Reference Matrix Identity Server
http://matrix.org
Apache License 2.0
303 stars 83 forks source link

Use `logger.exception` in asyncjsonwrap #455

Closed DMRobertson closed 3 years ago

DMRobertson commented 3 years ago

instead of logger.error. This should hopefully give us a more meaningful report in sentry (rather than a truncated traceback).

Will help with #452.