You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/concepts/data-privacy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@ See also:
84
84
## Custom crash reporting
85
85
86
86
If any WebView2 process crashes, one or more minidump files are created and sent to Microsoft for diagnosis. Use this API to customize crash reporting when running diagnostics and doing analysis.
87
-
* To prevent crash dumps from being sent to Microsoft, set the `IsCustomCrashReportingEnabled` property to `false`.
88
-
*To locate crash dumps and do customization with them, use the `CrashDumpFolderPath` property.
87
+
*When `IsCustomCrashReportingEnabled` is set to `true`, Windows won't send crash data to the Microsoft endpoint.
88
+
* To locate crash dumps and do customization with them, use the `CrashDumpFolderPath` property.
0 commit comments