You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// If `true` the TelemetryDeck SDK will automatically track some basic session length and count statistics in a privacy-preserving manner for built-in insights. Defaults to `true`.
154
+
///
155
+
/// Can be used to manually opt-out of session tracking if for some reason you don't want us to write to UserDefaults once every second.
156
+
publicvarsessionStatsEnabled:Bool=true
157
+
153
158
/// Log the current status to the signal cache to the console.
154
159
@available(*, deprecated, message:"Please use the logHandler property instead")
0 commit comments