@dynatrace/react-native-plugin
Version:
This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.
13 lines (12 loc) • 469 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.instrumentationInfo = void 0;
exports.instrumentationInfo = [];
exports.instrumentationInfo.push({
old: { module: 'react-native', reference: 'Switch' },
new: {
module: '@dynatrace/react-native-plugin/instrumentation/libs/react-native/',
reference: 'Switch',
defaultImport: '@dynatrace/react-native-plugin/instrumentation/libs/react-native',
},
});