1.1.2 • Published 2 years ago

@pass-culture/react-native-profiling v1.1.2

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

@pass-culture/react-native-profiling

Installation

$ yarn add @pass-culture/react-native-profiling

Android

In your android/build.gradle, add in the repositories section:

flatDir {
    dirs project( ':@pass-culture_react-native-profiling' ).file( 'libs' )
}

In your android/settings.gradle, add:

include ':@pass-culture_react-native-profiling'
project(':@pass-culture_react-native-profiling').projectDir = new File(rootProject.projectDir, '../node_modules/@pass-culture/react-native-profiling/android')

iOS

Add the xcframeworks to the Frameworks of your application. Make sure they are embedded and signed.

Usage

Android and iOS

import Profiling from "@pass-culture/react-native-profiling";

Profiling.profileDevice(ordId, fbServer, (sessionId) => console.log(sessionId));

Web

import Profiling from "@pass-culture/react-native-profiling";

Profiling.profileDevice(ordId, fbServer, (sessionId) => console.log(sessionId), getSessionId, captureException);
1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago