[Problem/Bug]: IsCustomCrashReportingEnabled inconsistently documented
pushkin- opened this issue · 3 comments
What happened?
This page says:
To prevent crash dumps from being sent to Microsoft, set the IsCustomCrashReportingEnabled property to false.
However the docs say that that property defaults to false and:
When IsCustomCrashReportingEnabled is set to true, Windows won't send crash data to Microsoft endpoint.
Fix one or the other to be consistent.
Importance
Low. My app is not very affected, or this only affects development.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
No response
SDK Version
No response
Framework
Winforms
Operating System
Windows 11
OS Version
No response
Repro steps
see above
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
Hi, @pushkin-!
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!