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
2 changes: 1 addition & 1 deletion docs/platforms/godot/configuration/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading