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 a26b31b commit 7169bdbCopy full SHA for 7169bdb
EmpowerPlant/AppDelegate.swift
@@ -39,6 +39,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
39
options.enableSwizzling = enableSwizzling
40
options.enablePerformanceV2 = true
41
options.enableAutoPerformanceTracing = true
42
+ options.enableTimeToFullDisplayTracing = true
43
44
// Enable Mobile Session Replay
45
options.experimental.sessionReplay.onErrorSampleRate = 1.0
0 commit comments