Skip to content

Commit b1555ea

Browse files
noahsmartinNicoHinderling
authored andcommitted
Add session replay (#463)
1 parent 6b022e4 commit b1555ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/HackerNews/HNApp.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ struct HackerNewsApp: App {
3636
}
3737
}
3838
options.enableAppHangTrackingV2 = true
39+
options.sessionReplay.onErrorSampleRate = 1.0
40+
options.sessionReplay.sessionSampleRate = 0.1
3941
}
4042
}
4143

0 commit comments

Comments
 (0)