Skip to content

Release 1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 17:52
· 1 commit to main since this release
77ebe80

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