iOS SDK ⁠-⁠ start method

This method is used to start the tracker. By starting the tracker, the recording of the session starts.

ORTracker.shared.start(projectKey: String, options: OROptions)

Available options:

  • crashes: Bool Enables crashlytics.
  • analytics: Bool Enabled analytics for views.
  • performances: Bool Enables performance listener
  • logs: Bool Enables logs listener
  • screen: Bool Enables screen recorder
  • wifiOnly: Bool Forces tracker to start only if user has a wifi connection

Default: all true