Skip to content

1.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 01 Aug 18:52

Important

This preview requires Godot 4.5-beta4 or a later version of the engine.

Breaking changes

  • Remove disabled_in_editor option in favor of disabling SDK in the Godot editor by default.(#277)
  • Bump Godot minimum version to 4.5-beta4 (#285)

Fixes

  • Prevent feedback loops in SentryLogger (#275)
  • Fix release option not honored if set to a custom value in the project settings, and fix parsing of app_name/app_version replacement tokens if set via a configuration script. (#276)
  • Remove libatomic.so.1 dependency on Linux (#278)
  • Prevent stack overflow in variant conversion (#284)

Dependencies