We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code:
[p]eval ```py async def blah(): raise RuntimeError(":(") asyncio.create_task(blah()) ```
produces log entry:
[2021-02-19 03:36:36] [CRITICAL] red.main: Caught unhandled exception in task: Traceback (most recent call last): File "<string>", line 4, in blah RuntimeError: :(
but SentryIO cog doesn't seem to send it to Sentry.
The text was updated successfully, but these errors were encountered:
[2021-02-19 03:36:36] [CRITICAL] red.main: Caught unhandled exception in task: Traceback (most recent call last): File "", line 4, in blah RuntimeError: :(
Sorry, something went wrong.
No branches or pull requests
Code:
produces log entry:
but SentryIO cog doesn't seem to send it to Sentry.
The text was updated successfully, but these errors were encountered: