DataDog / dd-sdk-android

Datadog SDK for Android (Compatible with Kotlin and Java)
Apache License 2.0
150 stars 59 forks source link

RUM-3589: Add UpdateView event #2029

Closed jonathanmos closed 4 months ago

jonathanmos commented 4 months ago

What does this PR do?

• Adds a new UpdateView event to update the view immediately with attribute changes when performing addAttribute/removeAttribute

Motivation

Fixes an issue where performing addAttribute/removeAttribute is not reflected in the RUM dashboard until after the next event. This change consists of 3 parts split into 3 separate prs.

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)