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

Documentation discrepancy for CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled property #4991

Closed
fs-idesis opened this issue Dec 13, 2024 · 2 comments

Comments

@fs-idesis
Copy link

fs-idesis commented Dec 13, 2024

In the Custom crash reporting section of the Overview of WebWiew2 APIs it says:

To prevent crash dumps from being sent to Microsoft, set the IsCustomCrashReportingEnabled property to false.

But the documentation of that property itself says:

When IsCustomCrashReportingEnabled is set to true, Windows won't send crash data to Microsoft endpoint.

I tend to believe that the latter is correct. Could you please confirm and update the docs accordingly?

Copy link

Hi, @fs-idesis!

It seems that your issue contains the word "crash". If you have not already, could you attach a crash dump as a comment?

WV2 crash dumps are located in a subfolder of the app's user data folder (UDF): <UDF>\EBWebView\Crashpad\reports\. By default, the user data folder is created in the app's folder with a name like <App Exe Name>.exe.WebView2. Refer to Crash Diagnostics for more information.

Thank you for your cooperation!

@pushkin-
Copy link

already fixed #4965

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

No branches or pull requests

2 participants