Skip to content

Commit d4c5834

Browse files
limbonautclaude
andauthored
docs(godot): Add shutdown_timeout_ms option (#16571)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent a3ffb38 commit d4c5834

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/platforms/godot/configuration/options.mdx

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

7575
</SdkOption>
7676

77+
<SdkOption name="shutdown_timeout_ms" type="int" defaultValue="2000" availableSince="1.4.0">
78+
79+
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.
80+
81+
</SdkOption>
82+
7783
<SdkOption name="send_default_pii" type="bool" defaultValue="false">
7884

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

0 commit comments

Comments
 (0)