RUM-10621 Add clear user info API#2768
Merged
Merged
Conversation
0xnm
previously approved these changes
Jun 30, 2025
jonathanmos
previously approved these changes
Jun 30, 2025
ambushwork
previously approved these changes
Jul 1, 2025
…g.kt Co-authored-by: Jonathan Moskovich <[email protected]>
maciejburda
dismissed stale reviews from ambushwork, jonathanmos, and 0xnm
via
July 1, 2025 09:32
9dfb846
…kCore.kt Co-authored-by: Jonathan Moskovich <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2768 +/- ##
===========================================
- Coverage 70.03% 69.85% -0.18%
===========================================
Files 824 824
Lines 30877 30881 +4
Branches 5196 5195 -1
===========================================
- Hits 21623 21570 -53
- Misses 7818 7845 +27
- Partials 1436 1466 +30
🚀 New features to boost your workflow:
|
0xnm
approved these changes
Jul 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds API that allows clearing entire user object for the session.
It's needed because manual clearing user become impossible after this change: #2509
Motivation
It serves a purpose for some actual use cases. Related discussion can be found here: DataDog/dd-sdk-ios#2195
Additional Notes
Similar change on iOS: DataDog/dd-sdk-ios#2369
Review checklist (to be filled by reviewers)