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: Bool
Enables crashlytics.analytics: Bool
Enables analytics tracking of marked views.performances: Bool
Enables performance listenerlogs: Bool
Enables logs listenerscreen: Bool
Enables screen recorder
Options can be used to disable certain features, you can pass the empty object ({}
) otherwise