-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Fix missing stack trace on UnobservedTaskException #2067
Conversation
Could we get this released ASAP? I have too many UnobservedTaskException without stack traces |
Yes, there will be a release very soon, probably tomorrow. Thanks for your patience. |
@christallire, @dbruning - 3.24.1 has been release which includes this fix. Please update and let us know how it goes. Thanks. |
@mattjohnsonpint I am not sure if it's related, but I am using Sentry.AspNetCore 3.29.1 nuget and all the issues I get via UnobservedTaskException mechanism have a very short stack trace:
Is there any way to fix this? |
@brnbs - That's not related to this. You appear to have a legitimate unobserved task exception related to Selenium web driver not being able to start the driver service. That particular exception is thrown from here. As to why it's unobserved, I can't exactly say. At first glance, that doesn't appear to be in called in an async code path within that library. Given the short stack trace, I can only guess that something like At any rate, I don't believe there's any Sentry issue here. Thanks. |
Fixes #2065