Skip to content

Commit b5754aa

Browse files
Merge pull request #3329 from MicrosoftDocs/user/mikehoffms/crash-report
Data and privacy in WebView2 > Custom crash reporting
2 parents bd610d9 + d8f28ea commit b5754aa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

microsoft-edge/webview2/concepts/data-privacy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ See also:
8484
## Custom crash reporting
8585

8686
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.
8989

9090
##### [.NET/C#](#tab/dotnetcsharp)
9191

@@ -105,6 +105,7 @@ If any WebView2 process crashes, one or more minidump files are created and sent
105105

106106
* `ICoreWebView2EnvironmentOptions3` interface:
107107
* [ICoreWebView2EnvironmentOptions3::get_IsCustomCrashReportingEnabled](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions3#get_iscustomcrashreportingenabled)
108+
* [ICoreWebView2EnvironmentOptions3::put_IsCustomCrashReportingEnabled](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions3#put_iscustomcrashreportingenabled)
108109
* `ICoreWebView2Environment11` interface:
109110
* [ICoreWebView2Environment11::get_FailureReportFolderPath](/microsoft-edge/webview2/reference/win32/icorewebview2environment11#get_failurereportfolderpath)
110111

microsoft-edge/webview2/concepts/overview-features-apis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,6 +1796,7 @@ See also:
17961796

17971797
* `ICoreWebView2EnvironmentOptions3` interface:
17981798
* [ICoreWebView2EnvironmentOptions3::get_IsCustomCrashReportingEnabled](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions3#get_iscustomcrashreportingenabled)
1799+
* [ICoreWebView2EnvironmentOptions3::put_IsCustomCrashReportingEnabled](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions3#put_iscustomcrashreportingenabled)
17991800
* `ICoreWebView2Environment11` interface:
18001801
* [ICoreWebView2Environment11::get_FailureReportFolderPath](/microsoft-edge/webview2/reference/win32/icorewebview2environment11#get_failurereportfolderpath)
18011802

0 commit comments

Comments
 (0)