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) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generateDefaultConfiguration = void 0; const generateDefaultConfiguration = () => ({ '3rd_gen_enabled': true, }); exports.generateDefaultConfiguration = generateDefaultConfiguration;