rn-debug-trail
v1.9.11-beta.3
Published
Log monitoring SDK for debug trail.
Downloads
753
Readme
SDK for react native debug trail log monitoring
Installation
yarn add rn-debug-trail
Install dependencies
yarn add @react-native-async-storage/async-storage axios react-native-device-info react-native-uuid
Usage
import RNDebugTrail from "rn-debug-trail";
To use the same code both on Android and iOS use init() to initialize debug trail.
RNDebugTrail.init({
uri: "<Websocket_url>",
api_key: "<API KEY>",
});