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
Have questions?
Section titled Have questions?If you have any questions about this process, feel free to reach out to us on our Slack or check out our Forum.