1.0.3 • Published 2 years ago

sf-apm-rum-reactnative v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago