DataDog / dd-sdk-ios

Datadog SDK for iOS - Swift and Objective-C.
Apache License 2.0
219 stars 127 forks source link

RUM-5598 Update RUM models with startRecordingImmediately #1983

Closed mariedm closed 3 months ago

mariedm commented 3 months ago

What and why?

The telemetry configuration schema has been updated in this PR to add the new startRecordingImmediately parameter, which allows to automatically start a recording when enabling Session Replay on mobile SDKs (RFC). This PR takes care of updating the corresponding models in the iOS SDK.

How?

Running make rum-models-generate to automatically update the models locally.

Review checklist