UNPKG

@dynatrace/react-native-plugin

Version:

This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.

10 lines (9 loc) 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.startArgumentsCheck = void 0; const CustomArgumentUtil_1 = require("../util/CustomArgumentUtil"); const startArgumentsCheck = () => { const customArguments = (0, CustomArgumentUtil_1.parseCommandLine)(process.argv.slice(2)); (0, CustomArgumentUtil_1.writeCustomArguments)(customArguments); }; exports.startArgumentsCheck = startArgumentsCheck;