Skip to content
New issue

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

Add failback for stacktraces from exceptions #72

Open
zachgoldstein opened this issue Mar 14, 2017 · 1 comment
Open

Add failback for stacktraces from exceptions #72

zachgoldstein opened this issue Mar 14, 2017 · 1 comment

Comments

@zachgoldstein
Copy link
Contributor

Right now we don't pick up stacktraces from bare exceptions. I think we should make an effort to do this, even though there is no guarantee that sys.exc_info() will pick up anything. In python 3.5+ we have exception.__traceback__, so we should also use this if it's available. This will also simplify some of the work in integrations.

@zachgoldstein
Copy link
Contributor Author

Part of #73 was a change that would check for sys.exc_info() when a bare exception is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant