We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5001332 commit 2368328Copy full SHA for 2368328
docs/platforms/unreal/configuration/options.mdx
@@ -89,6 +89,20 @@ The support for screenshot attachment on crash events is limited to Windows and
89
90
</ConfigKey>
91
92
+<ConfigKey name="attach-game-log">
93
+
94
+When enabled, game log filr is automatically attached to all events captured if current build configuration allows logging.
95
96
+This option is turned off by default.
97
98
+<Alert>
99
100
+Game log attachments for crash events are not supported on macOS and iOS.
101
102
+</Alert>
103
104
+</ConfigKey>
105
106
## Hooks
107
108
These options can be used to hook the SDK in various ways to customize the reporting of events.
0 commit comments