UNPKG

@dynatrace/react-native-plugin

Version:

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

8 lines (7 loc) 235 B
#!/usr/bin/env node 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const InstrumentCall_1 = require("./core/InstrumentCall"); module.exports = (() => { (0, InstrumentCall_1.instrumentCommand)(); })();