sanic-sentry
sanic-sentry copied to clipboard
Sanic logger integration
Hi guys, I appreciate your work on plugin, are there any ways to integrate sanic.log.logger with sentry logging via using this package?
What I want to achive is:
from sanic.log import logger
...
logger.exception(my_exception) # This should be sent to sentry
....