-
Notifications
You must be signed in to change notification settings - Fork 5k
[BrowserDebugProxy] Remove exception details from error report #111169
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
[BrowserDebugProxy] Remove exception details from error report #111169
Conversation
Tagging subscribers to this area: @thaystg |
bb5091c
to
7fdea01
Compare
7fdea01
to
237b757
Compare
e7198ce
to
e63fe9e
Compare
I think we can backport it for .NET 9 also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/backport to release/9.0-staging |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/12674606859 |
We don't need to send the exception details in the error report. Remove the information as we can just grab the count.
Associated PR: microsoft/vscode-js-debug#2158