Allow us to call setUserInfo
without completely wiping all previously set properties set by addUserProperties
#2132
Labels
enhancement
New feature or request
Feature description
My use case is that I have independent sources for where some of my attributes come, and where my ID comes from. Whenever each one of those change, I used to call
Datadog.getInstance().addUserProperties()
.Now I wanted to start using
setUserInfo
to set my ID, only to realize that this then simply clears (here) the previously set attributes.Proposed solution
I would need one of the two options:
setUserProperties(id, ..., grabbedAttributes)
to set the ID and re-set the attributes tooOther relevant information
No response
The text was updated successfully, but these errors were encountered: