Closed mariedm closed 1 month ago
Branch report: mariedm/add-start-stop-objc-apis
Commit report: 154505a
Test service: dd-sdk-ios
:white_check_mark: 0 Failed, 3471 Passed, 0 Skipped, 2m 21.86s Total Time :small_red_triangle_down: Test Sessions change in coverage: 3 decreased, 4 increased, 7 no change
What and why?
The
startRecording
andstopRecording
public APIs were introduced in #1986 to allow manual control over session recording. However, these APIs were not exposed to Objective-C, limiting access for ObjC users. This PR addresses that gap.How?
This PR adds
startRecording
andstopRecording
methods to theDDSessionReplay
class, making them accessible from Objective-C.Review checklist