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.cjs.js
CHANGED
|
@@ -1367,7 +1367,7 @@ var preloadSemiAsyncStorage = function () {
|
|
|
1367
1367
|
return _preloadSemiAsyncStoragePromise;
|
|
1368
1368
|
};
|
|
1369
1369
|
|
|
1370
|
-
var version = "2.0.0-
|
|
1370
|
+
var version = "2.0.0-alpha13";
|
|
1371
1371
|
|
|
1372
1372
|
var PostHog =
|
|
1373
1373
|
/** @class */
|
|
@@ -1430,7 +1430,6 @@ function (_super) {
|
|
|
1430
1430
|
};
|
|
1431
1431
|
|
|
1432
1432
|
PostHog.prototype.getCustomUserAgent = function () {
|
|
1433
|
-
// TODO
|
|
1434
1433
|
return;
|
|
1435
1434
|
};
|
|
1436
1435
|
|
|
@@ -1441,14 +1440,10 @@ function (_super) {
|
|
|
1441
1440
|
$app_name: ExpoApplication__namespace.applicationName,
|
|
1442
1441
|
$app_namespace: ExpoApplication__namespace.applicationId,
|
|
1443
1442
|
$app_version: ExpoApplication__namespace.nativeApplicationVersion,
|
|
1444
|
-
// "$device_id": "F31C35E8-5B28-4626-8AFC-213D1C655FF9",
|
|
1445
1443
|
$device_manufacturer: ExpoDevice__namespace.manufacturer,
|
|
1446
|
-
// "$device_model": "x86_64",
|
|
1447
1444
|
$device_name: ExpoDevice__namespace.modelName,
|
|
1448
|
-
|
|
1445
|
+
$device_type: reactNative.Platform.OS,
|
|
1449
1446
|
$locale: ExpoLocalization__namespace.locale,
|
|
1450
|
-
// "$network_cellular": false,
|
|
1451
|
-
// "$network_wifi": true,
|
|
1452
1447
|
$os_name: ExpoDevice__namespace.osName,
|
|
1453
1448
|
$os_version: ExpoDevice__namespace.osVersion,
|
|
1454
1449
|
$screen_height: reactNative.Dimensions.get('screen').height,
|