Release 1.3.0
What's New
Remote Configuration Control by @ketanmixpanel in #146
Added remoteSettingsMode to MPSessionReplayConfig with three modes:
.disabled(default) – Remote config is not fetched; SDK uses local config only..fallback– Remote config is fetched and merged; SDK falls back to cached config or local config on failure..strict– Remote config is required; SDK will not initialize if the fetch fails.
Remote config now supports recordSessionsPercent for server-side control over sampling and SDK behavior.