@datalyr/react-native 1.0.4 → 1.0.5
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/http-client.js +2 -1
- package/package.json +1 -1
- package/src/http-client.ts +2 -1
package/lib/http-client.js
CHANGED
|
@@ -152,7 +152,8 @@ export class HttpClient {
|
|
|
152
152
|
},
|
|
153
153
|
context: {
|
|
154
154
|
library: '@datalyr/react-native',
|
|
155
|
-
version: '1.0.
|
|
155
|
+
version: '1.0.5',
|
|
156
|
+
source: 'mobile_app', // Explicitly set source for mobile
|
|
156
157
|
userProperties: payload.userProperties,
|
|
157
158
|
},
|
|
158
159
|
timestamp: payload.timestamp,
|
package/package.json
CHANGED
package/src/http-client.ts
CHANGED
|
@@ -197,7 +197,8 @@ export class HttpClient {
|
|
|
197
197
|
},
|
|
198
198
|
context: {
|
|
199
199
|
library: '@datalyr/react-native',
|
|
200
|
-
version: '1.0.
|
|
200
|
+
version: '1.0.5',
|
|
201
|
+
source: 'mobile_app', // Explicitly set source for mobile
|
|
201
202
|
userProperties: payload.userProperties,
|
|
202
203
|
},
|
|
203
204
|
timestamp: payload.timestamp,
|