Skip to content

Commit 47f3e2d

Browse files
Update README.md
1 parent 96276f5 commit 47f3e2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ struct YourApp: App {
5959
if scenePhase == .active {
6060
let config = MPSessionReplayConfig(wifiOnly: false, enableLogging: true)
6161
MPSessionReplay.initialize(
62-
token: Mixpanel.mainInstance().apiToken,
63-
distinctId: Mixpanel.mainInstance().distinctId,
64-
config: config
65-
)
62+
token: Mixpanel.mainInstance().apiToken,
63+
distinctId: Mixpanel.mainInstance().distinctId,
64+
config: config
65+
)
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)