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
* Add user id, username and email to log attributes
* changelog
* use enum for attribute type
* no longer check isSendDefaultPii
* Format code
* ignore IntelliJ / Android Studio run configs
* suppress deprecation warning for user.name
* Add device and OS attributes to logs
* changelog
* add method impl for MainEventProcessor
* use device and os info more directly
* Format code
* update changelog
* api
---------
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
- Add `user.id`, `user.name` and `user.email` to log attributes ([#4486](https://github.com/getsentry/sentry-java/pull/4486))
28
+
- User `name` attribute has been deprecated, please use `username` instead ([#4486](https://github.com/getsentry/sentry-java/pull/4486))
29
+
- Add device (`device.brand`, `device.model` and `device.family`) and OS (`os.name` and `os.version`) attributes to logs ([#4493](https://github.com/getsentry/sentry-java/pull/4493))
28
30
- Serialize `preContext` and `postContext` in `SentryStackFrame` ([#4482](https://github.com/getsentry/sentry-java/pull/4482))
0 commit comments