Skip to content

1.4.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 05 Mar 16:23

Features

  • Support Web platform (#488, #532)
  • Add Metrics support (#553)
    • Metrics are currently not supported on Apple platforms in the Godot SDK.
  • Support SENTRY_DSN, SENTRY_RELEASE, and SENTRY_ENVIRONMENT environment variables (#548)
  • Add configurable shutdown_timeout_ms option (#539)
  • Add unit constants supported by specification that can be used with Metrics API (#562)
  • Add SentrySDK.clear_attachments() (#565)

Improvements

  • Optimize file attachment loading in WASM bridge by reducing cross-boundary round-trips (#538)

Fixes

  • Guard export plugins with platform feature checks (#557)

Dependencies