You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks heaps for noticing this. I have pushed a commit which should fix this issue (is working on my end) and am deploying candidate v1.1.3, if you can give this a test and it works this issue can be closed.
Sample code:
The first log statement should NOT except and it should get to the bottom try/catch. It dies at the first one.
The code in question in the raygun library:
Clearly it will reference exc[0] if no exc_info is attached to a log record. So basically this only works for outputting errors.
The text was updated successfully, but these errors were encountered: