sf-apm-rum-reactnative
v1.0.3
Published
Real user monitoring for react native apps
Downloads
2
Readme
sftrace-rum-reactnative
React Native library for Tracing (under rum feature)
sf-apm-rum-reactnative
Real user monitoring for react native apps
Installation
npm install sf-apm-rum-reactnative
Usage
import { initApmRum } from "sf-apm-rum-reactnative";
const apmData = {
baseUrl: '<add-snappyflow-server-url-here>',
profileKey: '<add-profile-key-here>',
serviceName: '<your-apm-service-name>',
projectName: '<add-project-name-here>',
appName: '<add-application-name-here>',
};
initApmRum(apmData);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library