Closed saggit closed 9 months ago
This PR covers:
Changes:
self.sentry.captureException()
_logger.error(e)
New:
ratelimitingfilter
pip3 install -e .
This PR covers:
Changes:
self.sentry.captureException()
to_logger.error(e)
since the former does not rely on std logging. so it does not work with rate limitNew:
ratelimitingfilter
. runpip3 install -e .
to install first.