Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/platforms/godot/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ If `true`, the SDK will not initialize in the Godot editor.

</ConfigKey>

<ConfigKey name="disabled-in-editor-play">

If `true`, the SDK will not initialize when the project is run from within the Godot editor. This differs from `disabled_in_editor` which prevents initialization when working in the editor itself.

</ConfigKey>

<ConfigKey name="attach-log">

If enabled, the SDK will attach the Godot log file to the event.
Expand Down