Skip to content

Release 1.3.0

Choose a tag to compare

@ketanmixpanel ketanmixpanel released this 06 Mar 16:01
· 11 commits to main since this release
d07003f

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.