costway-tracking-v2 2.0.8 → 2.0.9
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/index.cjs +0 -2
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -228,7 +228,6 @@ function trackEvent(eventType, data) {
|
|
|
228
228
|
|
|
229
229
|
}
|
|
230
230
|
function trackPageView() {
|
|
231
|
-
console.log("trackPageView");
|
|
232
231
|
|
|
233
232
|
let session = getSession();
|
|
234
233
|
const pageViewData = {
|
|
@@ -425,7 +424,6 @@ module.exports = {
|
|
|
425
424
|
userId = generateUUID();
|
|
426
425
|
setuserId(userId);
|
|
427
426
|
}
|
|
428
|
-
app && console.log("costway-app~~~~1222");
|
|
429
427
|
!app && trackPageView();
|
|
430
428
|
//trackPageLoadTime();
|
|
431
429
|
// trackResourceLoadTimes();
|