@multiplayer-app/session-recorder-react-native 1.3.6 → 1.3.8

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -851,9 +851,7 @@ SessionRecorder.init({
851
851
  isContentMaskingEnabled: true,
852
852
  maskHeadersList: ['authorization', 'cookie', 'x-api-key'],
853
853
  maskBodyFieldsList: ['password', 'token', 'secret', 'creditCard'],
854
- maskTextInputs: true,
855
- maskImages: false,
856
- maskButtons: false,
854
+ maskTextInputs: false,
857
855
  },
858
856
 
859
857
  // Session widget configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplayer-app/session-recorder-react-native",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
4
4
  "description": "Multiplayer Fullstack Session Recorder for React Native",
5
5
  "author": {
6
6
  "name": "Multiplayer Software, Inc.",
@@ -58,8 +58,7 @@
58
58
  "typecheck": "tsc",
59
59
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
60
60
  "prepare": "bob build",
61
- "release": "release-it --only-version",
62
- "copy-to-test": "../../scripts/copy-rn-lib.sh"
61
+ "release": "release-it --only-version"
63
62
  },
64
63
  "keywords": [
65
64
  "multiplayer",
@@ -108,7 +107,7 @@
108
107
  "typescript": "^5.9.2"
109
108
  },
110
109
  "dependencies": {
111
- "@multiplayer-app/session-recorder-common": "1.3.6",
110
+ "@multiplayer-app/session-recorder-common": "1.3.8",
112
111
  "@opentelemetry/core": "2.0.1",
113
112
  "@opentelemetry/exporter-trace-otlp-http": "0.203.0",
114
113
  "@opentelemetry/instrumentation": "0.203.0",