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
Only send session update for dropped events if state changed (#2002)
* Change order of filtering mechanisms and add early return
* Only send session update for dropped events if state changed
* Extract variable for throwable
* Add changelog
* Add changelog
* Rename method
* Rename things
* Make var final
* Apply suggestions from code review
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
* Update sentry/src/main/java/io/sentry/SentryClient.java
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
* Add tests to verify order, session updates and sending
* Add debug log for dropped events ...
... where the session update is not sent
because it does not change the health of the sesssion
* Fix merge mistake
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
0 commit comments