isCustomCrashReportingEnabled property
final
When IsCustomCrashReportingEnabled is set to true,
Windows won't send crash data to Microsoft endpoint.
The default value is false.
In this case, WebView will respect OS consent.
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.1518.46+ (Official API - ICoreWebView2EnvironmentOptions3.put_IsCustomCrashReportingEnabled)
Implementation
final bool? isCustomCrashReportingEnabled;