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
[ ] Feature or bugfix MUST have appropriate tests (unit, integration)
[x] Make sure each commit and the PR mention the Issue number or JIRA reference
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