Skip to content

Commit

Permalink
Chore: Use default for sessionTrackingIntervalMillis in sample (#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Jul 15, 2024
1 parent 4c88d95 commit 29ad40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/iOS-Swift/iOS-Swift/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
options.enableAppLaunchProfiling = args.contains("--profile-app-launches")

options.enableAutoSessionTracking = !args.contains("--disable-automatic-session-tracking")
options.sessionTrackingIntervalMillis = 5_000
//options.sessionTrackingIntervalMillis = 5_000
options.attachScreenshot = true
options.attachViewHierarchy = true

Expand Down

0 comments on commit 29ad40f

Please sign in to comment.