Skip to content

Commit 287ffb0

Browse files
committed
match API Ref
1 parent bd610d9 commit 287ffb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 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

0 commit comments

Comments
 (0)