@cruglobal/godtools-shared 0.9.1-SNAPSHOT.1282 → 0.9.1-SNAPSHOT.1285
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.
|
@@ -1387,18 +1387,12 @@
|
|
|
1387
1387
|
case 'adobe':
|
|
1388
1388
|
tmp$ret$1 = System_ADOBE_getInstance();
|
|
1389
1389
|
break;
|
|
1390
|
-
case 'appsflyer':
|
|
1391
|
-
tmp$ret$1 = System_APPSFLYER_getInstance();
|
|
1392
|
-
break;
|
|
1393
1390
|
case 'facebook':
|
|
1394
1391
|
tmp$ret$1 = System_FACEBOOK_getInstance();
|
|
1395
1392
|
break;
|
|
1396
1393
|
case 'firebase':
|
|
1397
1394
|
tmp$ret$1 = System_FIREBASE_getInstance();
|
|
1398
1395
|
break;
|
|
1399
|
-
case 'snowplow':
|
|
1400
|
-
tmp$ret$1 = System_SNOWPLOW_getInstance();
|
|
1401
|
-
break;
|
|
1402
1396
|
case 'user':
|
|
1403
1397
|
tmp$ret$1 = System_USER_getInstance();
|
|
1404
1398
|
break;
|
|
@@ -1672,10 +1666,6 @@
|
|
|
1672
1666
|
var message = 'tool: ' + $this.f2v().code + ' locale: ' + $this.f2v().locale + ' action: ' + $this.action;
|
|
1673
1667
|
Napier_getInstance().y2r(message, new DeprecationException('XML Adobe Analytics Event ' + message), 'XmlAnalyticsEvent');
|
|
1674
1668
|
}
|
|
1675
|
-
if ($this.systems.y(System_SNOWPLOW_getInstance())) {
|
|
1676
|
-
var message_0 = 'tool: ' + $this.f2v().code + ' locale: ' + $this.f2v().locale + ' action: ' + $this.action;
|
|
1677
|
-
Napier_getInstance().y2r(message_0, new DeprecationException('XML Snowplow Analytics Event ' + message_0), 'XmlAnalyticsEvent');
|
|
1678
|
-
}
|
|
1679
1669
|
return $this;
|
|
1680
1670
|
}
|
|
1681
1671
|
function AnalyticsEvent_init_$Create$(parent, parser) {
|