You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)