Skip to content

Commit 1c1358a

Browse files
authored
Unreal Engine: Add option to delay app shutdown until Crashpad completes crash report upload (#13946)
1 parent 7f9ddcc commit 1c1358a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/platforms/unreal/configuration/options.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,20 @@ On Windows, capturing GPU crashes requires [modifying the Unreal Engine source c
133133

134134
</ConfigKey>
135135

136+
<ConfigKey name="crashpad-wait-for-upload">
137+
138+
When enabled, application shutdown is delayed until the upload of the crash report is complete. This is useful for deployment in `Docker` environment (Linux and Windows containers) where the life cycle of all processes is bound by the root process (typically the application being monitored).
139+
140+
This option is turned off by default.
141+
142+
<Alert>
143+
144+
This feature is supported only for Crashpad backend on Windows and Linux (default for the `github` plugin package).
145+
146+
</Alert>
147+
148+
</ConfigKey>
149+
136150
## Hooks
137151

138152
These options can be used to hook the SDK in various ways to customize the reporting of events.

0 commit comments

Comments
 (0)