Closed maciejburda closed 2 months ago
Branch report: maciey/fix-lazy-image-sridentifier
Commit report: b1929a4
Test service: dd-sdk-ios
:white_check_mark: 0 Failed, 1863 Passed, 0 Skipped, 1m 14.98s Total Time :small_red_triangle_down: Test Sessions change in coverage: 2 decreased, 6 no change
What and why?
While working on the configuration we have discovered that lazy identifier for UIImages in Session Replay doesn't work.
Mitigation is simple. When introducing
DatadogExtension
instead of direct extension we forget to change the object that maintains associated objects.This is hard to test. We could potentially measure the time. Second time should be way faster than the first one, but it has a risk of being flaky.
Review checklist