react-native-quantum-babel-annotations

1.0.1 • Public • Published

Quantum Metric React Native Babel Annotation Plugin

This plugin is only for React Native apps and requires an account with Quantum Metric.

Note: You must first have already installed our Native SDKs and the React Native Module before installing this plugin.

This plugin includes some extra features that improve our React Native capture support.

Install Babel plugin

npm install react-native-quantum-babel-annotations

Enable babel plugin in the babel.config.js

module.exports = function (api) {
  const presets = ['module:metro-react-native-babel-preset'];
  const plugins = ['module:react-native-quantum-babel-annotations'];

  api.cache(false);

  return {
    presets,
    plugins
  };
};

Readme

Keywords

Package Sidebar

Install

npm i react-native-quantum-babel-annotations

Weekly Downloads

473

Version

1.0.1

License

MIT

Unpacked Size

3.21 kB

Total Files

3

Last publish

Collaborators

  • andriy_kaliuzhnyy_qm