From 9a207efae38c36b544f82f9c08c67db61b39e496 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Tue, 24 Feb 2026 21:38:10 +0100 Subject: [PATCH 1/2] docs(godot): Add shutdown_timeout_ms option Co-Authored-By: Claude --- docs/platforms/godot/configuration/options.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/platforms/godot/configuration/options.mdx b/docs/platforms/godot/configuration/options.mdx index af7141af2c3a1f..efa5b5502e65d7 100644 --- a/docs/platforms/godot/configuration/options.mdx +++ b/docs/platforms/godot/configuration/options.mdx @@ -74,6 +74,12 @@ This variable controls the total amount of breadcrumbs that should be captured. + + +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. + + + If enabled, the SDK will include PII (Personally Identifiable Information) with the events. From 1d71bcb00dc66a8edc171f9b5f252ace18de77a9 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Wed, 25 Feb 2026 11:26:45 +0100 Subject: [PATCH 2/2] docs(godot): Add availableSince tag for shutdown_timeout_ms Co-Authored-By: Claude --- docs/platforms/godot/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/godot/configuration/options.mdx b/docs/platforms/godot/configuration/options.mdx index efa5b5502e65d7..06d018130edd0b 100644 --- a/docs/platforms/godot/configuration/options.mdx +++ b/docs/platforms/godot/configuration/options.mdx @@ -74,7 +74,7 @@ This variable controls the total amount of breadcrumbs that should be captured. - + 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.