diff --git a/docs/platforms/godot/configuration/android.mdx b/docs/platforms/godot/configuration/android.mdx index d599ba3b277efa..2421905b1b0d10 100644 --- a/docs/platforms/godot/configuration/android.mdx +++ b/docs/platforms/godot/configuration/android.mdx @@ -36,6 +36,6 @@ Once configured, export your project normally. During export, Godot will automat While the Android support is comprehensive, there are some current limitations: - Automatic screenshots on crashes are not yet supported on Android. ([#238](https://github.com/getsentry/sentry-godot/issues/238)) -- Local variable values in GDScript stack traces are not currently captured. ([#232](https://github.com/getsentry/sentry-godot/issues/232)) +- Attachments are missing in case of native crashes on Android. ([#243](https://github.com/getsentry/sentry-godot/issues/243)) These limitations will be addressed in future versions of the SDK.