github mixpanel/mixpanel-ios-session-replay-package 1.3.0
Release 1.3.0

latest releases: 1.5.1, 1.5.0, 1.4.0...
3 months ago

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.

Don't miss a new mixpanel-ios-session-replay-package release

NewReleases is sending notifications on new releases.