Skip to content

1.3.2

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 11 Feb 15:58

Fixes

  • Fix options pollution across close()/init() cycles by recreating SentryOptions on each initialization (#503)
  • Fix warning about instantiated SentryLogger used as default value on startup (#505)

Changes

  • The enable_logs option is now turned off by default to align with other Sentry SDKs. If you want to keep it enabled, go to Sentry > Options > Enable Logs in the Project Settings and turn it on. (#484)