CoreWebView2EnvironmentOptions.IsCustomCrashReportingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When IsCustomCrashReportingEnabled
is set to true
, Windows won't send crash data to Microsoft endpoint.
public bool IsCustomCrashReportingEnabled { get; set; }
member this.IsCustomCrashReportingEnabled : bool with get, set
Public Property IsCustomCrashReportingEnabled As Boolean
Property Value
Remarks
The default value is false
. In this case, WebView will respect OS consent.