Skip to content

Commit e7897be

Browse files
committed
feat(native): reflect windows support for crashpad-wait-for-upload in options configuration
1 parent e16929a commit e7897be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/native/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This variable controls the total amount of breadcrumbs that should be captured.
6262

6363
<ConfigKey name="crashpad-wait-for-upload">
6464

65-
Whether Crashpad should delay application shutdown until the upload of the crash report in the `crashpad_handler` is complete. This is useful for deployment in `Docker` or `systemd`, where the life cycle of additional processes is bound by the application life cycle.
65+
Whether Crashpad should delay application shutdown until the upload of the crash report in the `crashpad_handler` is complete. This is useful for deployment in `Docker` (Linux and Windows containers) or `systemd`, where the life cycle of all processes is bound by the root process (typically the application being monitored).
6666

6767
</ConfigKey>
6868

0 commit comments

Comments
 (0)