@dynatrace/react-native-plugin
Version:
This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.
12 lines (11 loc) • 653 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_ACTION_NAME_PRIVACY = exports.DEFAULT_USER_OPT_IN = exports.DEFAULT_LOGLEVEL = exports.DEFAULT_FATAL_AS_CRASH = exports.DEFAULT_ERROR_HANDLER = exports.DEFAULT_REPORT_CRASH = exports.DEFAULT_LIFECYCLE_UPDATE = void 0;
const LogLevel_1 = require("../logging/LogLevel");
exports.DEFAULT_LIFECYCLE_UPDATE = false;
exports.DEFAULT_REPORT_CRASH = true;
exports.DEFAULT_ERROR_HANDLER = true;
exports.DEFAULT_FATAL_AS_CRASH = true;
exports.DEFAULT_LOGLEVEL = LogLevel_1.LogLevel.Info;
exports.DEFAULT_USER_OPT_IN = false;
exports.DEFAULT_ACTION_NAME_PRIVACY = false;