React Native SDK - start method
This method is used to start the tracker. By starting the tracker, the recording of the session starts.
Signature
Section titled Signatureimport OR from '@openreplay/react-native'
OR.tracker.startSession(options)Initialization Options
Section titled Initialization OptionsBy default, all options are marked as true:
crashes: BoolEnables crashlytics.analytics: BoolEnables analytics tracking of marked views.performances: BoolEnables performance listenerlogs: BoolEnables logs listenerscreen: BoolEnables screen recorder
Options can be used to disable certain features, you can pass the empty object ({}) otherwise