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

6 hours ago

1.5.1 (2026-06-09)

Features

  • Added provision to specify the data center region during SDK configuration (#36) (#36)
// Set server URL in config during the SDK initialization
var config = MPSessionReplayConfig(serverURL: DataResidency.eu)
  • Added getSessionReplayUrl API to get replay link for active session (#34) (#34)
    // copy replay link
    if let link = MPSessionReplay.getSessionReplayURL() {
        UIPasteboard.general.string = link
    }

Full Changelog

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

NewReleases is sending notifications on new releases.