apps-sdk 1.1.3 → 1.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "expo-store-review": "~8.0.1",
31
31
  "expo-tracking-transparency": "~5.1.1",
32
32
  "franc-min": "^6.2.0",
33
- "mixpanel-react-native": "^3.0.8",
33
+ "mixpanel-react-native": "^3.0.9",
34
34
  "react-native": "0.76.7",
35
35
  "react-native-adapty": "^3.3.1",
36
36
  "react-native-adjust": "^5.0.2",
@@ -102,7 +102,7 @@ class MixPanel {
102
102
  }
103
103
 
104
104
  try {
105
- if (!this.devMode) {
105
+ if (!this.devMode && userID) {
106
106
  await this.mixpanel.identify(userID);
107
107
  config.DEBUG_MODE && console.log('MixPanel User identified:', userID);
108
108
  } else {