@rudderstack/analytics-js 3.11.16 → 3.11.17
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/LICENSE.md +6 -6
- package/dist/npm/legacy/bundled/cjs/index.cjs +94 -86
- package/dist/npm/legacy/bundled/esm/index.mjs +94 -86
- package/dist/npm/legacy/bundled/umd/index.js +94 -86
- package/dist/npm/legacy/cjs/index.cjs +94 -86
- package/dist/npm/legacy/content-script/cjs/index.cjs +94 -86
- package/dist/npm/legacy/content-script/esm/index.mjs +94 -86
- package/dist/npm/legacy/content-script/umd/index.js +94 -86
- package/dist/npm/legacy/esm/index.mjs +94 -86
- package/dist/npm/legacy/umd/index.js +94 -86
- package/dist/npm/modern/bundled/cjs/index.cjs +88 -86
- package/dist/npm/modern/bundled/esm/index.mjs +88 -86
- package/dist/npm/modern/bundled/umd/index.js +88 -86
- package/dist/npm/modern/cjs/index.cjs +5 -3
- package/dist/npm/modern/content-script/cjs/index.cjs +88 -86
- package/dist/npm/modern/content-script/esm/index.mjs +88 -86
- package/dist/npm/modern/content-script/umd/index.js +88 -86
- package/dist/npm/modern/esm/index.mjs +5 -3
- package/dist/npm/modern/umd/index.js +5 -3
- package/package.json +1 -1
@@ -459,7 +459,7 @@ const MANUAL_ERROR_IDENTIFIER='[MANUAL ERROR]';/**
|
|
459
459
|
* @returns Instance of Error with message prepended with issue
|
460
460
|
*/const getMutatedError=(err,issue)=>{let finalError=err;if(!isTypeOfError(err)){finalError=new Error(`${issue}: ${stringifyWithoutCircular(err)}`);}else {finalError.message=`${issue}: ${err.message}`;}return finalError;};const dispatchErrorEvent=error=>{if(isTypeOfError(error)){error.stack=`${error.stack??''}\n${MANUAL_ERROR_IDENTIFIER}`;}globalThis.dispatchEvent(new ErrorEvent('error',{error}));};
|
461
461
|
|
462
|
-
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.11.
|
462
|
+
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.11.17';const APP_NAMESPACE='com.rudderlabs.javascript';const MODULE_TYPE='npm';const ADBLOCK_PAGE_CATEGORY='RudderJS-Initiated';const ADBLOCK_PAGE_NAME='ad-block page request';const ADBLOCK_PAGE_PATH='/ad-blocked';const GLOBAL_PRELOAD_BUFFER='preloadedEventsBuffer';const CONSENT_TRACK_EVENT_NAME='Consent Management Interaction';
|
463
463
|
|
464
464
|
const QUERY_PARAM_TRAIT_PREFIX='ajs_trait_';const QUERY_PARAM_PROPERTY_PREFIX='ajs_prop_';const QUERY_PARAM_ANONYMOUS_ID_KEY='ajs_aid';const QUERY_PARAM_USER_ID_KEY='ajs_uid';const QUERY_PARAM_TRACK_EVENT_NAME_KEY='ajs_event';
|
465
465
|
|
@@ -959,170 +959,170 @@ const isDestIntgConfigTruthy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boole
|
|
959
959
|
* @returns Destinations array filtered based on the integration options
|
960
960
|
*/const filterDestinations=(intgOpts,destinations)=>{const allOptVal=intgOpts.All??true;return destinations.filter(dest=>{const destDisplayName=dest.displayName;let isDestEnabled;if(allOptVal){isDestEnabled=true;if(isDestIntgConfigFalsy(intgOpts[destDisplayName])){isDestEnabled=false;}}else {isDestEnabled=false;if(isDestIntgConfigTruthy(intgOpts[destDisplayName])){isDestEnabled=true;}}return isDestEnabled;});};
|
961
961
|
|
962
|
-
const
|
962
|
+
const ACTIVE_CAMPAIGN_DISPLAY_NAME='ActiveCampaign';const ADOBE_ANALYTICS_DISPLAY_NAME='Adobe Analytics';const ADROLL_DISPLAY_NAME='Adroll';const AM_DISPLAY_NAME='Amplitude';const APPCUES_DISPLAY_NAME='Appcues';const AXEPTIO_DISPLAY_NAME='Axeptio';const BINGADS_DISPLAY_NAME='Bing Ads';const BRAZE_DISPLAY_NAME='Braze';const BUGSNAG_DISPLAY_NAME='Bugsnag';const CHARTBEAT_DISPLAY_NAME='Chartbeat';const CLEVERTAP_DISPLAY_NAME='CleverTap';const COMMANDBAR_DISPLAY_NAME='CommandBar';const CONVERTFLOW_DISPLAY_NAME='Convertflow';const CRITEO_DISPLAY_NAME='Criteo';const CUSTOMERIO_DISPLAY_NAME='Customer IO';const DCM_FLOODLIGHT_DISPLAY_NAME='DCM Floodlight';const DRIP_DISPLAY_NAME='Drip';const ENGAGE_DISPLAY_NAME='Engage';const FACEBOOK_PIXEL_DISPLAY_NAME='Facebook Pixel';const FULLSTORY_DISPLAY_NAME='Fullstory';const GA_DISPLAY_NAME='Google Analytics';const GA360_DISPLAY_NAME='Google Analytics 360';const GA4_DISPLAY_NAME='Google Analytics 4 (GA4)';const GA4_V2_DISPLAY_NAME='Google Analytics 4 (GA4) V2';const GAINSIGHT_PX_DISPLAY_NAME='Gainsight PX';const GOOGLE_OPTIMIZE_DISPLAY_NAME='Google Optimize';const GOOGLEADS_DISPLAY_NAME='Google Ads';const GTM_DISPLAY_NAME='Google Tag Manager';const HEAP_DISPLAY_NAME='Heap.io';const HOTJAR_DISPLAY_NAME='Hotjar';const HS_DISPLAY_NAME='HubSpot';const INTERCOM_DISPLAY_NAME='Intercom';const ITERABLE_DISPLAY_NAME='Iterable';const JUNE_DISPLAY_NAME='JUNE';const KEEN_DISPLAY_NAME='Keen';const KISSMETRICS_DISPLAY_NAME='Kiss Metrics';const KLAVIYO_DISPLAY_NAME='Klaviyo';const LAUNCHDARKLY_DISPLAY_NAME='LaunchDarkly';const LEMNISK_DISPLAY_NAME='Lemnisk Marketing Automation';const LINKEDIN_INSIGHT_TAG_DISPLAY_NAME='Linkedin Insight Tag';const LIVECHAT_DISPLAY_NAME='livechat';const LOTAME_DISPLAY_NAME='Lotame';const LYTICS_DISPLAY_NAME='Lytics';const MATOMO_DISPLAY_NAME='Matomo';const MICROSOFT_CLARITY_DISPLAY_NAME='Microsoft Clarity';const MOENGAGE_DISPLAY_NAME='MoEngage';const MOUSEFLOW_DISPLAY_NAME='Mouseflow';const MP_DISPLAY_NAME='Mixpanel';const NINETAILED_DISPLAY_NAME='Ninetailed';const OLARK_DISPLAY_NAME='Olark';const OPTIMIZELY_DISPLAY_NAME='Optimizely Web';const PENDO_DISPLAY_NAME='Pendo';const PINTEREST_TAG_DISPLAY_NAME='Pinterest Tag';const PODSIGHTS_DISPLAY_NAME='Podsights';const POST_AFFILIATE_PRO_DISPLAY_NAME='Post Affiliate Pro';const POSTHOG_DISPLAY_NAME='PostHog';const PROFITWELL_DISPLAY_NAME='ProfitWell';const QUALAROO_DISPLAY_NAME='Qualaroo';const QUALTRICS_DISPLAY_NAME='Qualtrics';const QUANTUMMETRIC_DISPLAY_NAME='Quantum Metric';const QUORA_PIXEL_DISPLAY_NAME='Quora Pixel';const REDDIT_PIXEL_DISPLAY_NAME='Reddit Pixel';const REFINER_DISPLAY_NAME='Refiner';const ROCKERBOX_DISPLAY_NAME='Rockerbox';const ROLLBAR_DISPLAY_NAME='rollbar';const SATISMETER_DISPLAY_NAME='SatisMeter';const SENDINBLUE_DISPLAY_NAME='Sendinblue';const SENTRY_DISPLAY_NAME='Sentry';const SHYNET_DISPLAY_NAME='Shynet';const SNAP_PIXEL_DISPLAY_NAME='Snap Pixel';const SNAPENGAGE_DISPLAY_NAME='SnapEngage';const SPOTIFYPIXEL_DISPLAY_NAME='Spotify Pixel';const SPRIG_DISPLAY_NAME='Sprig';const TIKTOK_ADS_DISPLAY_NAME='TikTok Ads';const TVSQUARED_DISPLAY_NAME='TVSquared';const VERO_DISPLAY_NAME='Vero';const VWO_DISPLAY_NAME='VWO';const WOOPRA_DISPLAY_NAME='WOOPRA';const XPIXEL_DISPLAY_NAME='XPixel';const YANDEX_METRICA_DISPLAY_NAME='Yandex.Metrica';
|
963
963
|
|
964
|
-
const DIR_NAME$1f='
|
964
|
+
const DIR_NAME$1f='AdobeAnalytics';
|
965
965
|
|
966
|
-
const DIR_NAME$1e='
|
966
|
+
const DIR_NAME$1e='Amplitude';
|
967
967
|
|
968
|
-
const DIR_NAME$1d='
|
968
|
+
const DIR_NAME$1d='Appcues';
|
969
969
|
|
970
|
-
const DIR_NAME$1c='
|
970
|
+
const DIR_NAME$1c='BingAds';
|
971
971
|
|
972
|
-
const DIR_NAME$1b='
|
972
|
+
const DIR_NAME$1b='Braze';
|
973
973
|
|
974
|
-
const DIR_NAME$1a='
|
974
|
+
const DIR_NAME$1a='Bugsnag';
|
975
975
|
|
976
|
-
const DIR_NAME$19='
|
976
|
+
const DIR_NAME$19='Chartbeat';
|
977
977
|
|
978
|
-
const DIR_NAME$18='
|
978
|
+
const DIR_NAME$18='Clevertap';
|
979
979
|
|
980
|
-
const DIR_NAME$17='Criteo';
|
980
|
+
const DIR_NAME$17='Criteo';
|
981
981
|
|
982
|
-
const DIR_NAME$16='CustomerIO';
|
982
|
+
const DIR_NAME$16='CustomerIO';
|
983
983
|
|
984
|
-
const DIR_NAME$15='Drip';
|
984
|
+
const DIR_NAME$15='Drip';
|
985
985
|
|
986
|
-
const DIR_NAME$14='FacebookPixel';
|
986
|
+
const DIR_NAME$14='FacebookPixel';
|
987
987
|
|
988
|
-
const DIR_NAME$13='Fullstory';
|
988
|
+
const DIR_NAME$13='Fullstory';
|
989
989
|
|
990
|
-
const DIR_NAME$12='GA';
|
990
|
+
const DIR_NAME$12='GA';
|
991
991
|
|
992
|
-
const DIR_NAME$11='GA4';
|
992
|
+
const DIR_NAME$11='GA4';
|
993
993
|
|
994
|
-
const DIR_NAME$10='GA4_V2';
|
994
|
+
const DIR_NAME$10='GA4_V2';
|
995
995
|
|
996
|
-
const DIR_NAME$$='GoogleAds';
|
996
|
+
const DIR_NAME$$='GoogleAds';
|
997
997
|
|
998
|
-
const DIR_NAME$_='GoogleOptimize';
|
998
|
+
const DIR_NAME$_='GoogleOptimize';
|
999
999
|
|
1000
|
-
const DIR_NAME$Z='GoogleTagManager';
|
1000
|
+
const DIR_NAME$Z='GoogleTagManager';
|
1001
1001
|
|
1002
|
-
const DIR_NAME$Y='Heap';
|
1002
|
+
const DIR_NAME$Y='Heap';
|
1003
1003
|
|
1004
|
-
const DIR_NAME$X='Hotjar';
|
1004
|
+
const DIR_NAME$X='Hotjar';
|
1005
1005
|
|
1006
|
-
const DIR_NAME$W='HubSpot';
|
1006
|
+
const DIR_NAME$W='HubSpot';
|
1007
1007
|
|
1008
|
-
const DIR_NAME$V='INTERCOM';
|
1008
|
+
const DIR_NAME$V='INTERCOM';
|
1009
1009
|
|
1010
|
-
const DIR_NAME$U='Keen';
|
1010
|
+
const DIR_NAME$U='Keen';
|
1011
1011
|
|
1012
|
-
const DIR_NAME$T='Kissmetrics';
|
1012
|
+
const DIR_NAME$T='Kissmetrics';
|
1013
1013
|
|
1014
|
-
const DIR_NAME$S='Klaviyo';
|
1014
|
+
const DIR_NAME$S='Klaviyo';
|
1015
1015
|
|
1016
|
-
const DIR_NAME$R='LaunchDarkly';
|
1016
|
+
const DIR_NAME$R='LaunchDarkly';
|
1017
1017
|
|
1018
|
-
const DIR_NAME$Q='LinkedInInsightTag';
|
1018
|
+
const DIR_NAME$Q='LinkedInInsightTag';
|
1019
1019
|
|
1020
|
-
const DIR_NAME$P='Lotame';
|
1020
|
+
const DIR_NAME$P='Lotame';
|
1021
1021
|
|
1022
|
-
const DIR_NAME$O='Lytics';
|
1022
|
+
const DIR_NAME$O='Lytics';
|
1023
1023
|
|
1024
|
-
const DIR_NAME$N='Mixpanel';
|
1024
|
+
const DIR_NAME$N='Mixpanel';
|
1025
1025
|
|
1026
|
-
const DIR_NAME$M='MoEngage';
|
1026
|
+
const DIR_NAME$M='MoEngage';
|
1027
1027
|
|
1028
|
-
const DIR_NAME$L='Optimizely';
|
1028
|
+
const DIR_NAME$L='Optimizely';
|
1029
1029
|
|
1030
|
-
const DIR_NAME$K='Pendo';
|
1030
|
+
const DIR_NAME$K='Pendo';
|
1031
1031
|
|
1032
|
-
const DIR_NAME$J='PinterestTag';
|
1032
|
+
const DIR_NAME$J='PinterestTag';
|
1033
1033
|
|
1034
|
-
const DIR_NAME$I='PostAffiliatePro';
|
1034
|
+
const DIR_NAME$I='PostAffiliatePro';
|
1035
1035
|
|
1036
|
-
const DIR_NAME$H='Posthog';
|
1036
|
+
const DIR_NAME$H='Posthog';
|
1037
1037
|
|
1038
|
-
const DIR_NAME$G='ProfitWell';
|
1038
|
+
const DIR_NAME$G='ProfitWell';
|
1039
1039
|
|
1040
|
-
const DIR_NAME$F='Qualtrics';
|
1040
|
+
const DIR_NAME$F='Qualtrics';
|
1041
1041
|
|
1042
|
-
const DIR_NAME$E='QuantumMetric';
|
1042
|
+
const DIR_NAME$E='QuantumMetric';
|
1043
1043
|
|
1044
|
-
const DIR_NAME$D='RedditPixel';
|
1044
|
+
const DIR_NAME$D='RedditPixel';
|
1045
1045
|
|
1046
|
-
const DIR_NAME$C='Sentry';
|
1046
|
+
const DIR_NAME$C='Sentry';
|
1047
1047
|
|
1048
|
-
const DIR_NAME$B='SnapPixel';
|
1048
|
+
const DIR_NAME$B='SnapPixel';
|
1049
1049
|
|
1050
|
-
const DIR_NAME$A='TVSquared';
|
1050
|
+
const DIR_NAME$A='TVSquared';
|
1051
1051
|
|
1052
|
-
const DIR_NAME$z='VWO';
|
1052
|
+
const DIR_NAME$z='VWO';
|
1053
1053
|
|
1054
|
-
const DIR_NAME$y='GA360';
|
1054
|
+
const DIR_NAME$y='GA360';
|
1055
1055
|
|
1056
|
-
const DIR_NAME$x='Adroll';
|
1056
|
+
const DIR_NAME$x='Adroll';
|
1057
1057
|
|
1058
|
-
const DIR_NAME$w='DCMFloodlight';
|
1058
|
+
const DIR_NAME$w='DCMFloodlight';
|
1059
1059
|
|
1060
|
-
const DIR_NAME$v='Matomo';
|
1060
|
+
const DIR_NAME$v='Matomo';
|
1061
1061
|
|
1062
|
-
const DIR_NAME$u='Vero';
|
1062
|
+
const DIR_NAME$u='Vero';
|
1063
1063
|
|
1064
|
-
const DIR_NAME$t='Mouseflow';
|
1064
|
+
const DIR_NAME$t='Mouseflow';
|
1065
1065
|
|
1066
|
-
const DIR_NAME$s='Rockerbox';
|
1066
|
+
const DIR_NAME$s='Rockerbox';
|
1067
1067
|
|
1068
|
-
const DIR_NAME$r='ConvertFlow';
|
1068
|
+
const DIR_NAME$r='ConvertFlow';
|
1069
1069
|
|
1070
|
-
const DIR_NAME$q='SnapEngage';
|
1070
|
+
const DIR_NAME$q='SnapEngage';
|
1071
1071
|
|
1072
|
-
const DIR_NAME$p='LiveChat';
|
1072
|
+
const DIR_NAME$p='LiveChat';
|
1073
1073
|
|
1074
|
-
const DIR_NAME$o='Shynet';
|
1074
|
+
const DIR_NAME$o='Shynet';
|
1075
1075
|
|
1076
|
-
const DIR_NAME$n='Woopra';
|
1076
|
+
const DIR_NAME$n='Woopra';
|
1077
1077
|
|
1078
|
-
const DIR_NAME$m='RollBar';
|
1078
|
+
const DIR_NAME$m='RollBar';
|
1079
1079
|
|
1080
|
-
const DIR_NAME$l='QuoraPixel';
|
1080
|
+
const DIR_NAME$l='QuoraPixel';
|
1081
1081
|
|
1082
|
-
const DIR_NAME$k='June';
|
1082
|
+
const DIR_NAME$k='June';
|
1083
1083
|
|
1084
|
-
const DIR_NAME$j='Engage';
|
1084
|
+
const DIR_NAME$j='Engage';
|
1085
1085
|
|
1086
|
-
const DIR_NAME$i='Iterable';
|
1086
|
+
const DIR_NAME$i='Iterable';
|
1087
1087
|
|
1088
|
-
const DIR_NAME$h='YandexMetrica';
|
1088
|
+
const DIR_NAME$h='YandexMetrica';
|
1089
1089
|
|
1090
|
-
const DIR_NAME$g='Refiner';
|
1090
|
+
const DIR_NAME$g='Refiner';
|
1091
1091
|
|
1092
|
-
const DIR_NAME$f='Qualaroo';
|
1092
|
+
const DIR_NAME$f='Qualaroo';
|
1093
1093
|
|
1094
|
-
const DIR_NAME$e='Podsights';
|
1094
|
+
const DIR_NAME$e='Podsights';
|
1095
1095
|
|
1096
|
-
const DIR_NAME$d='Axeptio';
|
1096
|
+
const DIR_NAME$d='Axeptio';
|
1097
1097
|
|
1098
|
-
const DIR_NAME$c='Satismeter';
|
1098
|
+
const DIR_NAME$c='Satismeter';
|
1099
1099
|
|
1100
|
-
const DIR_NAME$b='MicrosoftClarity';
|
1100
|
+
const DIR_NAME$b='MicrosoftClarity';
|
1101
1101
|
|
1102
|
-
const DIR_NAME$a='Sendinblue';
|
1102
|
+
const DIR_NAME$a='Sendinblue';
|
1103
1103
|
|
1104
|
-
const DIR_NAME$9='Olark';
|
1104
|
+
const DIR_NAME$9='Olark';
|
1105
1105
|
|
1106
|
-
const DIR_NAME$8='Lemnisk';
|
1106
|
+
const DIR_NAME$8='Lemnisk';
|
1107
1107
|
|
1108
|
-
const DIR_NAME$7='TiktokAds';
|
1108
|
+
const DIR_NAME$7='TiktokAds';
|
1109
1109
|
|
1110
|
-
const DIR_NAME$6='ActiveCampaign';
|
1110
|
+
const DIR_NAME$6='ActiveCampaign';
|
1111
1111
|
|
1112
|
-
const DIR_NAME$5='Sprig';
|
1112
|
+
const DIR_NAME$5='Sprig';
|
1113
1113
|
|
1114
|
-
const DIR_NAME$4='SpotifyPixel';
|
1114
|
+
const DIR_NAME$4='SpotifyPixel';
|
1115
1115
|
|
1116
|
-
const DIR_NAME$3='CommandBar';
|
1116
|
+
const DIR_NAME$3='CommandBar';
|
1117
1117
|
|
1118
|
-
const DIR_NAME$2='Ninetailed';
|
1118
|
+
const DIR_NAME$2='Ninetailed';
|
1119
1119
|
|
1120
|
-
const DIR_NAME$1='Gainsight_PX';
|
1120
|
+
const DIR_NAME$1='Gainsight_PX';
|
1121
1121
|
|
1122
|
-
const DIR_NAME='XPixel';
|
1122
|
+
const DIR_NAME='XPixel';
|
1123
1123
|
|
1124
1124
|
// map of the destination display names to the destination directory names
|
1125
|
-
const destDisplayNamesToFileNamesMap={[
|
1125
|
+
const destDisplayNamesToFileNamesMap={[HS_DISPLAY_NAME]:DIR_NAME$W,[GA_DISPLAY_NAME]:DIR_NAME$12,[HOTJAR_DISPLAY_NAME]:DIR_NAME$X,[GOOGLEADS_DISPLAY_NAME]:DIR_NAME$$,[VWO_DISPLAY_NAME]:DIR_NAME$z,[GTM_DISPLAY_NAME]:DIR_NAME$Z,[BRAZE_DISPLAY_NAME]:DIR_NAME$1b,[INTERCOM_DISPLAY_NAME]:DIR_NAME$V,[KEEN_DISPLAY_NAME]:DIR_NAME$U,[KISSMETRICS_DISPLAY_NAME]:DIR_NAME$T,[CUSTOMERIO_DISPLAY_NAME]:DIR_NAME$16,[CHARTBEAT_DISPLAY_NAME]:DIR_NAME$19,[FACEBOOK_PIXEL_DISPLAY_NAME]:DIR_NAME$14,[LOTAME_DISPLAY_NAME]:DIR_NAME$P,[OPTIMIZELY_DISPLAY_NAME]:DIR_NAME$L,[BUGSNAG_DISPLAY_NAME]:DIR_NAME$1a,[FULLSTORY_DISPLAY_NAME]:DIR_NAME$13,[TVSQUARED_DISPLAY_NAME]:DIR_NAME$A,[GA4_DISPLAY_NAME]:DIR_NAME$11,[GA4_V2_DISPLAY_NAME]:DIR_NAME$10,[MOENGAGE_DISPLAY_NAME]:DIR_NAME$M,[AM_DISPLAY_NAME]:DIR_NAME$1e,[PENDO_DISPLAY_NAME]:DIR_NAME$K,[LYTICS_DISPLAY_NAME]:DIR_NAME$O,[APPCUES_DISPLAY_NAME]:DIR_NAME$1d,[POSTHOG_DISPLAY_NAME]:DIR_NAME$H,[KLAVIYO_DISPLAY_NAME]:DIR_NAME$S,[CLEVERTAP_DISPLAY_NAME]:DIR_NAME$18,[BINGADS_DISPLAY_NAME]:DIR_NAME$1c,[PINTEREST_TAG_DISPLAY_NAME]:DIR_NAME$J,[ADOBE_ANALYTICS_DISPLAY_NAME]:DIR_NAME$1f,[LINKEDIN_INSIGHT_TAG_DISPLAY_NAME]:DIR_NAME$Q,[REDDIT_PIXEL_DISPLAY_NAME]:DIR_NAME$D,[DRIP_DISPLAY_NAME]:DIR_NAME$15,[HEAP_DISPLAY_NAME]:DIR_NAME$Y,[CRITEO_DISPLAY_NAME]:DIR_NAME$17,[MP_DISPLAY_NAME]:DIR_NAME$N,[QUALTRICS_DISPLAY_NAME]:DIR_NAME$F,[PROFITWELL_DISPLAY_NAME]:DIR_NAME$G,[SENTRY_DISPLAY_NAME]:DIR_NAME$C,[QUANTUMMETRIC_DISPLAY_NAME]:DIR_NAME$E,[SNAP_PIXEL_DISPLAY_NAME]:DIR_NAME$B,[POST_AFFILIATE_PRO_DISPLAY_NAME]:DIR_NAME$I,[GOOGLE_OPTIMIZE_DISPLAY_NAME]:DIR_NAME$_,[LAUNCHDARKLY_DISPLAY_NAME]:DIR_NAME$R,[GA360_DISPLAY_NAME]:DIR_NAME$y,[ADROLL_DISPLAY_NAME]:DIR_NAME$x,[DCM_FLOODLIGHT_DISPLAY_NAME]:DIR_NAME$w,[MATOMO_DISPLAY_NAME]:DIR_NAME$v,[VERO_DISPLAY_NAME]:DIR_NAME$u,[MOUSEFLOW_DISPLAY_NAME]:DIR_NAME$t,[ROCKERBOX_DISPLAY_NAME]:DIR_NAME$s,[CONVERTFLOW_DISPLAY_NAME]:DIR_NAME$r,[SNAPENGAGE_DISPLAY_NAME]:DIR_NAME$q,[LIVECHAT_DISPLAY_NAME]:DIR_NAME$p,[SHYNET_DISPLAY_NAME]:DIR_NAME$o,[WOOPRA_DISPLAY_NAME]:DIR_NAME$n,[ROLLBAR_DISPLAY_NAME]:DIR_NAME$m,[QUORA_PIXEL_DISPLAY_NAME]:DIR_NAME$l,[JUNE_DISPLAY_NAME]:DIR_NAME$k,[ENGAGE_DISPLAY_NAME]:DIR_NAME$j,[ITERABLE_DISPLAY_NAME]:DIR_NAME$i,[YANDEX_METRICA_DISPLAY_NAME]:DIR_NAME$h,[REFINER_DISPLAY_NAME]:DIR_NAME$g,[QUALAROO_DISPLAY_NAME]:DIR_NAME$f,[PODSIGHTS_DISPLAY_NAME]:DIR_NAME$e,[AXEPTIO_DISPLAY_NAME]:DIR_NAME$d,[SATISMETER_DISPLAY_NAME]:DIR_NAME$c,[MICROSOFT_CLARITY_DISPLAY_NAME]:DIR_NAME$b,[SENDINBLUE_DISPLAY_NAME]:DIR_NAME$a,[OLARK_DISPLAY_NAME]:DIR_NAME$9,[LEMNISK_DISPLAY_NAME]:DIR_NAME$8,[TIKTOK_ADS_DISPLAY_NAME]:DIR_NAME$7,[ACTIVE_CAMPAIGN_DISPLAY_NAME]:DIR_NAME$6,[SPRIG_DISPLAY_NAME]:DIR_NAME$5,[SPOTIFYPIXEL_DISPLAY_NAME]:DIR_NAME$4,[COMMANDBAR_DISPLAY_NAME]:DIR_NAME$3,[NINETAILED_DISPLAY_NAME]:DIR_NAME$2,[GAINSIGHT_PX_DISPLAY_NAME]:DIR_NAME$1,[XPIXEL_DISPLAY_NAME]:DIR_NAME};
|
1126
1126
|
|
1127
1127
|
/**
|
1128
1128
|
* Determines if the destination SDK code is evaluated
|
@@ -1130,7 +1130,7 @@ const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$W]:DIR_NAME$W,[DISPLAY_NAME$
|
|
1130
1130
|
* @param sdkTypeName The name of the destination SDK type
|
1131
1131
|
* @param logger Logger instance
|
1132
1132
|
* @returns true if the destination SDK code is evaluated, false otherwise
|
1133
|
-
*/const isDestinationSDKMounted=(destSDKIdentifier,sdkTypeName,logger)=>Boolean(globalThis[destSDKIdentifier]
|
1133
|
+
*/const isDestinationSDKMounted=(destSDKIdentifier,sdkTypeName,logger)=>Boolean(globalThis[destSDKIdentifier]?.[sdkTypeName]?.prototype&&typeof globalThis[destSDKIdentifier][sdkTypeName].prototype.constructor!=='undefined');const wait=time=>new Promise(resolve=>{globalThis.setTimeout(resolve,time);});const createDestinationInstance=(destSDKIdentifier,sdkTypeName,dest,state)=>{const rAnalytics=globalThis.rudderanalytics;const analytics=rAnalytics.getAnalyticsInstance(state.lifecycle.writeKey.value);const analyticsInstance={loadIntegration:state.nativeDestinations.loadIntegration.value,logLevel:state.lifecycle.logLevel.value,loadOnlyIntegrations:state.consents.postConsent.value?.integrations??state.nativeDestinations.loadOnlyIntegrations.value,page:(category,name,properties,options,callback)=>analytics.page(pageArgumentsToCallOptions(getSanitizedValue(category),getSanitizedValue(name),getSanitizedValue(properties),getSanitizedValue(options),getSanitizedValue(callback))),track:(event,properties,options,callback)=>analytics.track(trackArgumentsToCallOptions(getSanitizedValue(event),getSanitizedValue(properties),getSanitizedValue(options),getSanitizedValue(callback))),identify:(userId,traits,options,callback)=>analytics.identify(identifyArgumentsToCallOptions(getSanitizedValue(userId),getSanitizedValue(traits),getSanitizedValue(options),getSanitizedValue(callback))),alias:(to,from,options,callback)=>analytics.alias(aliasArgumentsToCallOptions(getSanitizedValue(to),getSanitizedValue(from),getSanitizedValue(options),getSanitizedValue(callback))),group:(groupId,traits,options,callback)=>analytics.group(groupArgumentsToCallOptions(getSanitizedValue(groupId),getSanitizedValue(traits),getSanitizedValue(options),getSanitizedValue(callback))),getAnonymousId:options=>analytics.getAnonymousId(getSanitizedValue(options)),getUserId:()=>analytics.getUserId(),getUserTraits:()=>analytics.getUserTraits(),getGroupId:()=>analytics.getGroupId(),getGroupTraits:()=>analytics.getGroupTraits(),getSessionId:()=>analytics.getSessionId()};const deviceModeDestination=new globalThis[destSDKIdentifier][sdkTypeName](clone(dest.config),analyticsInstance,{shouldApplyDeviceModeTransformation:dest.shouldApplyDeviceModeTransformation,propagateEventsUntransformedOnError:dest.propagateEventsUntransformedOnError,destinationId:dest.id});return deviceModeDestination;};const isDestinationReady=(dest,time=0)=>new Promise((resolve,reject)=>{const instance=dest.instance;if(instance.isLoaded()&&(!instance.isReady||instance.isReady())){resolve(true);}else if(time>=READY_CHECK_TIMEOUT_MS){reject(new Error(DESTINATION_READY_TIMEOUT_ERROR(READY_CHECK_TIMEOUT_MS,dest.userFriendlyId)));}else {const curTime=Date.now();wait(READY_CHECK_INTERVAL_MS).then(()=>{const elapsedTime=Date.now()-curTime;isDestinationReady(dest,time+elapsedTime).then(resolve).catch(err=>reject(err));}).catch(err=>reject(err));}});/**
|
1134
1134
|
* Extracts the integration config, if any, from the given destination
|
1135
1135
|
* and merges it with the current integrations config
|
1136
1136
|
* @param dest Destination object
|
@@ -2798,7 +2798,7 @@ if(utmParam==='campaign'){utmParam='name';}result[utmParam]=value;}});}catch(err
|
|
2798
2798
|
/**
|
2799
2799
|
* Determines if the SDK is running inside a chrome extension
|
2800
2800
|
* @returns boolean
|
2801
|
-
*/const isSDKRunningInChromeExtension=()=>!!
|
2801
|
+
*/const isSDKRunningInChromeExtension=()=>!!window.chrome?.runtime?.id;
|
2802
2802
|
|
2803
2803
|
const DEFAULT_PRE_CONSENT_STORAGE_STRATEGY='none';const DEFAULT_PRE_CONSENT_EVENTS_DELIVERY_TYPE='immediate';
|
2804
2804
|
|
@@ -2909,7 +2909,9 @@ this.httpClient.getAsyncData({url:state.lifecycle.sourceConfigUrl.value,options:
|
|
2909
2909
|
* To get the timezone of the user
|
2910
2910
|
*
|
2911
2911
|
* @returns string
|
2912
|
-
*/const getTimezone=()=>{
|
2912
|
+
*/const getTimezone=()=>{// Not susceptible to super-linear backtracking
|
2913
|
+
// eslint-disable-next-line sonarjs/slow-regex
|
2914
|
+
const timezone=/([A-Z]+[+-]\d+)/.exec(new Date().toString());return timezone?.[1]?timezone[1]:'NA';};
|
2913
2915
|
|
2914
2916
|
/**
|
2915
2917
|
* Get the referrer URL
|