Closed ganeshnj closed 2 months ago
Branch report: ganeshnj/feat/view-loading-api
Commit report: a6f034a
Test service: dd-sdk-ios
:white_check_mark: 0 Failed, 1869 Passed, 0 Skipped, 1m 15.03s Total Time :small_red_triangle_down: Test Sessions change in coverage: 3 decreased, 4 increased, 1 no change
Since this was linked in the latest release: Is there any public documentation on how to use this feature?
What and why?
https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3951001790/RFC+View+loading+time+manual+API
How?
This PR follows the RFC and introduces
addViewLoadingTime
API. The implementation follows the existing command pattern and updates theRUMViewEvent.view.loading
when called which also triggers the view update.This PR doesn't introduce any telemetry which will be added in upcoming PRs. We will require https://github.com/DataDog/dd-sdk-ios/pull/2019 to merged as prerequisite.
Review checklist