We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff7745 commit 40ab497Copy full SHA for 40ab497
src/sensorsdata.full.js
@@ -2339,7 +2339,7 @@ saEvent.send = function(p, callback) {
2339
function setAppInfo(data){
2340
app_info = data;
2341
if(_.isJSONString(app_info)){
2342
- app_info = json.parse(app_info);
+ app_info = JSON.parse(app_info);
2343
}
2344
if(todo){
2345
todo(data);
@@ -2350,7 +2350,7 @@ saEvent.send = function(p, callback) {
2350
if(typeof window.SensorsData_APP_JS_Bridge === 'object' && window.SensorsData_APP_JS_Bridge.sensorsdata_call_app){
2351
app_info = SensorsData_APP_JS_Bridge.sensorsdata_call_app();
2352
2353
2354
2355
2356
0 commit comments