posthog-react-native 2.0.0-alpha12 → 2.0.0-alpha13
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/lib/index.cjs.js +2 -7
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.esm.js +2 -7
- package/lib/index.esm.js.map +1 -1
- package/package.json +6 -6
package/lib/index.esm.js
CHANGED
|
@@ -1337,7 +1337,7 @@ var preloadSemiAsyncStorage = function () {
|
|
|
1337
1337
|
return _preloadSemiAsyncStoragePromise;
|
|
1338
1338
|
};
|
|
1339
1339
|
|
|
1340
|
-
var version = "2.0.0-
|
|
1340
|
+
var version = "2.0.0-alpha13";
|
|
1341
1341
|
|
|
1342
1342
|
var PostHog =
|
|
1343
1343
|
/** @class */
|
|
@@ -1400,7 +1400,6 @@ function (_super) {
|
|
|
1400
1400
|
};
|
|
1401
1401
|
|
|
1402
1402
|
PostHog.prototype.getCustomUserAgent = function () {
|
|
1403
|
-
// TODO
|
|
1404
1403
|
return;
|
|
1405
1404
|
};
|
|
1406
1405
|
|
|
@@ -1411,14 +1410,10 @@ function (_super) {
|
|
|
1411
1410
|
$app_name: ExpoApplication.applicationName,
|
|
1412
1411
|
$app_namespace: ExpoApplication.applicationId,
|
|
1413
1412
|
$app_version: ExpoApplication.nativeApplicationVersion,
|
|
1414
|
-
// "$device_id": "F31C35E8-5B28-4626-8AFC-213D1C655FF9",
|
|
1415
1413
|
$device_manufacturer: ExpoDevice.manufacturer,
|
|
1416
|
-
// "$device_model": "x86_64",
|
|
1417
1414
|
$device_name: ExpoDevice.modelName,
|
|
1418
|
-
|
|
1415
|
+
$device_type: Platform.OS,
|
|
1419
1416
|
$locale: ExpoLocalization.locale,
|
|
1420
|
-
// "$network_cellular": false,
|
|
1421
|
-
// "$network_wifi": true,
|
|
1422
1417
|
$os_name: ExpoDevice.osName,
|
|
1423
1418
|
$os_version: ExpoDevice.osVersion,
|
|
1424
1419
|
$screen_height: Dimensions.get('screen').height,
|