TimelineFeature
final public class TimelineFeature : ConditionalFeature
The Timeline Feature gathers information about the actions the app performs. You can use this to reproduce the steps the user took to arrive at a certain point or crash.
Entries are stored in a LIFO queue restricted to a maximum number of entries to prevent using every-growing amounts of memory.
See
Timeline.snapshot()
for access to the data gathers.
-
Declaration
Swift
public static func constraints(requirements: FeatureConstraintsBuilder)
-
Set this to
false
at runtime to disable TimelineDeclaration
Swift
public static var isEnabled: Bool?
-
Declaration
Swift
public static var description: String
-
Declaration
Swift
public static func prepare(actions: FeatureActionsBuilder)