instabug-reactnative
Version:
React Native plugin for integrating the Instabug SDK
15 lines (14 loc) • 558 B
TypeScript
declare const InstabugConstants: {
GRAPHQL_HEADER: string;
MAX_NETWORK_BODY_SIZE_IN_BYTES: number;
MAX_RESPONSE_BODY_SIZE_EXCEEDED_MESSAGE: string;
MAX_REQUEST_BODY_SIZE_EXCEEDED_MESSAGE: string;
SET_USER_ATTRIBUTES_ERROR_TYPE_MESSAGE: string;
REMOVE_USER_ATTRIBUTES_ERROR_TYPE_MESSAGE: string;
DEFAULT_METRO_PORT: string;
IBG_APM_TAG: string;
SWITCHED_TO_NATIVE_INTERCEPTION_MESSAGE: string;
PLUGIN_NOT_INSTALLED_MESSAGE: string;
NATIVE_INTERCEPTION_DISABLED_MESSAGE: string;
};
export default InstabugConstants;