UNPKG

@microsoft/applicationinsights-react-native

Version:
16 lines (15 loc) 423 B
export interface IReactNativePluginConfig { /** * Disable automatic device collection */ disableDeviceCollection?: boolean; /** * Disable automatic exception collection */ disableExceptionCollection?: boolean; /** * Timeout value to unblock the processing of events if the DeviceInfoModule * returns a Promise. */ uniqueIdPromiseTimeout?: number; }