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
Support global attributes via SentrySDK.set_attribute() and SentrySDK.remove_attribute(), which are automatically included in all structured logs and metrics (#594)
Improvements
Add UI export hint for Android Gradle build requirement (#582)
Fix crash on Windows when log messages contain printf format specifiers like %n or %s without corresponding parameters; such string is now preserved as-is in the log body (#578)
Fix options set in configuration callback not affecting event processor registration (#580)
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)
Switched from shipping frameworks to dylibs on macOS to avoid Windows symlink issues and prevent TestFlight rejections caused by malformed framework bundles (#468)
Dependencies
Bump Sentry Android from v8.28.0 to v8.29.0 (#465)