Raising custom exceptions in Sanic's latest version (which shouldn't be logged to Sentry), getting IndexError: pop from empty list
File "/app/.heroku/python/lib/python3.9/site-packages/sentry_sdk/integrations/sanic.py", line 184, in _hub_exit
request.ctx._sentry_hub.__exit__(None, None, None)
File "/app/.heroku/python/lib/python3.9/site-packages/sentry_sdk/hub.py", line 247, in __exit__
old = self._old_hubs.pop()
IndexError: pop from empty list
Raising custom exceptions in Sanic's latest version (which shouldn't be logged to Sentry), getting IndexError: pop from empty list