Skip to content

Commit 7169bdb

Browse files
authored
Update AppDelegate.swift
Enable TTFD Metrics
1 parent a26b31b commit 7169bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EmpowerPlant/AppDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3939
options.enableSwizzling = enableSwizzling
4040
options.enablePerformanceV2 = true
4141
options.enableAutoPerformanceTracing = true
42+
options.enableTimeToFullDisplayTracing = true
4243

4344
// Enable Mobile Session Replay
4445
options.experimental.sessionReplay.onErrorSampleRate = 1.0

0 commit comments

Comments
 (0)