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 e212893 commit 1d75290Copy full SHA for 1d75290
sensorsdata.js
@@ -1279,7 +1279,7 @@ function appLaunch(para) {
1279
sa.registerApp(utms.pre2);
1280
}
1281
prop.$scene = _.getMPScene(para.scene);
1282
- //sa.registerApp({$latest_scene : prop.$scene});
+ sa.registerApp({$latest_scene : prop.$scene});
1283
1284
1285
if (sa.para.autoTrack && sa.para.autoTrack.appLaunch) {
@@ -1308,7 +1308,7 @@ function appShow(para) {
1308
1309
1310
1311
1312
1313
if (sa.para.autoTrack && sa.para.autoTrack.appShow) {
1314
sa.autoTrackCustom('appShow', prop, '$MPShow');
0 commit comments