iOS SDK - start method
This method is used to start the tracker. By starting the tracker, the recording of the session starts.
Signature
Section titled SignatureORTracker.shared.start(projectKey: String, options: OROptions)Initialization Options
Section titled Initialization OptionsAvailable options:
crashes: BoolEnables crashlytics.analytics: BoolEnabled analytics for views.performances: BoolEnables performance listenerlogs: BoolEnables logs listenerscreen: BoolEnables screen recorderwifiOnly: BoolForces tracker to start only if user has a wifi connection
Default: all true