@microsoft/applicationinsights-react-native
Version:
Microsoft Application Insights React Native Plugin
16 lines (15 loc) • 423 B
TypeScript
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;
}