@multiplayer-app/session-recorder-react-native 1.2.20 → 1.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -48,6 +48,8 @@ npm install @multiplayer-app/session-recorder-react-native
|
|
|
48
48
|
yarn add @multiplayer-app/session-recorder-react-native
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
+
**Recommended**: Initialize with `SessionRecorder.init(options)` before you mount your React Native app to avoid losing any data (similar to Sentry's guidance).
|
|
52
|
+
|
|
51
53
|
### Required Dependencies
|
|
52
54
|
|
|
53
55
|
This package requires the following dependencies to be installed in your React Native application:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multiplayer-app/session-recorder-react-native",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.25",
|
|
4
4
|
"description": "Multiplayer Fullstack Session Recorder for React Native",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Multiplayer Software, Inc.",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"typescript": "^5.9.2"
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"@multiplayer-app/session-recorder-common": "1.2.
|
|
110
|
+
"@multiplayer-app/session-recorder-common": "1.2.25",
|
|
111
111
|
"@opentelemetry/core": "2.0.1",
|
|
112
112
|
"@opentelemetry/exporter-trace-otlp-http": "0.203.0",
|
|
113
113
|
"@opentelemetry/instrumentation": "0.203.0",
|