From e7897be5b26de5aec936ab28371dd7f1a48321bd Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Wed, 28 May 2025 19:37:39 +0200 Subject: [PATCH] feat(native): reflect windows support for crashpad-wait-for-upload in options configuration --- docs/platforms/native/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/native/common/configuration/options.mdx b/docs/platforms/native/common/configuration/options.mdx index 6f543899731d7..16e8a0c1dafdf 100644 --- a/docs/platforms/native/common/configuration/options.mdx +++ b/docs/platforms/native/common/configuration/options.mdx @@ -62,7 +62,7 @@ This variable controls the total amount of breadcrumbs that should be captured. -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. +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).