Skip to content
Merged
Changes from all commits
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 @@ -74,6 +74,12 @@ This variable controls the total amount of breadcrumbs that should be captured.

</SdkOption>

<SdkOption name="shutdown_timeout_ms" type="int" defaultValue="2000" availableSince="1.4.0">

The maximum time in milliseconds the SDK will wait for pending events to be sent when `SentrySDK.close()` is called. If the timeout expires, the SDK will perform a forced shutdown and any unsent events may be lost.

</SdkOption>

<SdkOption name="send_default_pii" type="bool" defaultValue="false">

If enabled, the SDK will include PII (Personally Identifiable Information) with the events.
Expand Down
Loading