Skip to content

Commit f53c2f8

Browse files
committed
Add automatic breadcrumb options
1 parent f78989f commit f53c2f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/platforms/unreal/configuration/options.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ This variable controls the total amount of breadcrumbs that should be captured.
5757

5858
</ConfigKey>
5959

60+
<ConfigKey name="automatic-breadcrumbs">
61+
62+
Configures whether to automatically add breadcrumbs on in-game events (i.e. when game map loaded or session ID changed).
63+
64+
</ConfigKey>
65+
66+
<ConfigKey name="automatic-breadcrumbs-for-logs">
67+
68+
Configures whether to automatically add breadcrumbs for log messages with certain verbosity level (i.e. `Fatal`, `Error`, `Warning`, `Log` and `Verbose`).
69+
70+
</ConfigKey>
71+
6072
<ConfigKey name="attach-stacktrace">
6173

6274
When enabled, stack traces are automatically attached to all messages logged. Stack traces are always attached to exceptions; however, when this option is set, stack traces are also sent with messages. This option, for instance, means that stack traces appear next to all log messages.

0 commit comments

Comments
 (0)