We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96276f5 commit 47f3e2dCopy full SHA for 47f3e2d
README.md
@@ -59,10 +59,10 @@ struct YourApp: App {
59
if scenePhase == .active {
60
let config = MPSessionReplayConfig(wifiOnly: false, enableLogging: true)
61
MPSessionReplay.initialize(
62
- token: Mixpanel.mainInstance().apiToken,
63
- distinctId: Mixpanel.mainInstance().distinctId,
64
- config: config
65
- )
+ token: Mixpanel.mainInstance().apiToken,
+ distinctId: Mixpanel.mainInstance().distinctId,
+ config: config
+ )
66
}
67
68
0 commit comments