@rudderstack/analytics-js 3.0.0-beta.20 → 3.0.0-beta.22
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/CHANGELOG.md +10 -0
- package/dist/npm/legacy/cjs/index.js +85 -81
- package/dist/npm/legacy/esm/index.js +85 -81
- package/dist/npm/legacy/umd/index.js +85 -81
- package/dist/npm/modern/bundled/cjs/index.js +85 -81
- package/dist/npm/modern/bundled/esm/index.js +85 -81
- package/dist/npm/modern/bundled/umd/index.js +85 -81
- package/dist/npm/modern/cjs/index.js +19 -7
- package/dist/npm/modern/content-script/cjs/index.js +84 -80
- package/dist/npm/modern/content-script/esm/index.js +84 -80
- package/dist/npm/modern/content-script/umd/index.js +84 -80
- package/dist/npm/modern/esm/index.js +19 -7
- package/dist/npm/modern/umd/index.js +19 -7
- package/package.json +1 -1
@@ -417,7 +417,7 @@ if(isDefined(payload.groupId)){payload.groupId=tryStringify(payload.groupId);}el
|
|
417
417
|
|
418
418
|
const CAPABILITIES_MANAGER='CapabilitiesManager';const CONFIG_MANAGER='ConfigManager';const EVENT_MANAGER='EventManager';const PLUGINS_MANAGER='PluginsManager';const USER_SESSION_MANAGER='UserSessionManager';const ERROR_HANDLER='ErrorHandler';const PLUGIN_ENGINE='PluginEngine';const STORE_MANAGER='StoreManager';const READY_API='readyApi';const EVENT_REPOSITORY='EventRepository';const EXTERNAL_SRC_LOADER='ExternalSrcLoader';const HTTP_CLIENT='HttpClient';const RS_APP='RudderStackApplication';const ANALYTICS_CORE='AnalyticsCore';
|
419
419
|
|
420
|
-
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.0.0-beta.
|
420
|
+
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.0.0-beta.22';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';
|
421
421
|
|
422
422
|
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';
|
423
423
|
|
@@ -569,7 +569,7 @@ const DEFAULT_CONFIG_BE_URL='https://api.rudderstack.com';
|
|
569
569
|
|
570
570
|
const DEFAULT_ERROR_REPORTING_PROVIDER='bugsnag';const DEFAULT_STORAGE_ENCRYPTION_VERSION='v3';const ConsentManagersToPluginNameMap={oneTrust:'OneTrustConsentManager',ketch:'KetchConsentManager',custom:'CustomConsentManager'};const ErrorReportingProvidersToPluginNameMap={[DEFAULT_ERROR_REPORTING_PROVIDER]:'Bugsnag'};const StorageEncryptionVersionsToPluginNameMap={[DEFAULT_STORAGE_ENCRYPTION_VERSION]:'StorageEncryption',legacy:'StorageEncryptionLegacy'};
|
571
571
|
|
572
|
-
const defaultLoadOptions={logLevel:'ERROR',configUrl:DEFAULT_CONFIG_BE_URL,loadIntegration:true,sessions:{autoTrack:true,timeout:DEFAULT_SESSION_TIMEOUT_MS},sameSiteCookie:'Lax',polyfillIfRequired:true,integrations:{All:true},useBeacon:false,beaconQueueOptions:{},destinationsQueueOptions:{},queueOptions:{},lockIntegrationsVersion:false,uaChTrackLevel:'none',plugins:[],useGlobalIntegrationsConfigInEvents:false,bufferDataPlaneEventsUntilReady:false,dataPlaneEventsBufferTimeout:DEFAULT_DATA_PLANE_EVENTS_BUFFER_TIMEOUT_MS,storage:{encryption:{version:DEFAULT_STORAGE_ENCRYPTION_VERSION},migrate:
|
572
|
+
const defaultLoadOptions={logLevel:'ERROR',configUrl:DEFAULT_CONFIG_BE_URL,loadIntegration:true,sessions:{autoTrack:true,timeout:DEFAULT_SESSION_TIMEOUT_MS},sameSiteCookie:'Lax',polyfillIfRequired:true,integrations:{All:true},useBeacon:false,beaconQueueOptions:{},destinationsQueueOptions:{},queueOptions:{},lockIntegrationsVersion:false,uaChTrackLevel:'none',plugins:[],useGlobalIntegrationsConfigInEvents:false,bufferDataPlaneEventsUntilReady:false,dataPlaneEventsBufferTimeout:DEFAULT_DATA_PLANE_EVENTS_BUFFER_TIMEOUT_MS,storage:{encryption:{version:DEFAULT_STORAGE_ENCRYPTION_VERSION},migrate:true},sendAdblockPageOptions:{}};const loadOptionsState=a(clone(defaultLoadOptions));
|
573
573
|
|
574
574
|
const USER_SESSION_STORAGE_KEYS={userId:'rl_user_id',userTraits:'rl_trait',anonymousId:'rl_anonymous_id',groupId:'rl_group_id',groupTraits:'rl_group_trait',initialReferrer:'rl_page_init_referrer',initialReferringDomain:'rl_page_init_referring_domain',sessionInfo:'rl_session',authToken:'rl_auth_token'};const DEFAULT_USER_SESSION_VALUES={userId:'',userTraits:{},anonymousId:'',groupId:'',groupTraits:{},initialReferrer:'',initialReferringDomain:'',sessionInfo:{},authToken:null};
|
575
575
|
|
@@ -864,160 +864,162 @@ if(!cmpConfig?.consents){return true;}const configuredConsents=cmpConfig.consent
|
|
864
864
|
// the configured resolution strategy
|
865
865
|
const matchPredicate=consent=>allowedConsentIds.includes(consent);switch(resolutionStrategy){case'or':return configuredConsents.some(matchPredicate)||configuredConsents.length===0;case'and':default:return configuredConsents.every(matchPredicate);}}catch(err){errorHandler?.onError(err,CUSTOM_CONSENT_MANAGER_PLUGIN,DESTINATION_CONSENT_STATUS_ERROR$2);return true;}}}});
|
866
866
|
|
867
|
-
const DIR_NAME$
|
867
|
+
const DIR_NAME$1c='AdobeAnalytics';const DISPLAY_NAME$1c='Adobe Analytics';
|
868
868
|
|
869
|
-
const DIR_NAME$
|
869
|
+
const DIR_NAME$1b='Amplitude';const DISPLAY_NAME$1b='Amplitude';
|
870
870
|
|
871
|
-
const DIR_NAME$
|
871
|
+
const DIR_NAME$1a='Appcues';const DISPLAY_NAME$1a='Appcues';
|
872
872
|
|
873
|
-
const DIR_NAME$
|
873
|
+
const DIR_NAME$19='BingAds';const DISPLAY_NAME$19='Bing Ads';
|
874
874
|
|
875
|
-
const DIR_NAME$
|
875
|
+
const DIR_NAME$18='Braze';const DISPLAY_NAME$18='Braze';
|
876
876
|
|
877
|
-
const DIR_NAME$
|
877
|
+
const DIR_NAME$17='Bugsnag';const DISPLAY_NAME$17='Bugsnag';
|
878
878
|
|
879
|
-
const DIR_NAME$
|
879
|
+
const DIR_NAME$16='Chartbeat';const DISPLAY_NAME$16='Chartbeat';
|
880
880
|
|
881
|
-
const DIR_NAME$
|
881
|
+
const DIR_NAME$15='Clevertap';const DISPLAY_NAME$15='CleverTap';
|
882
882
|
|
883
|
-
const DIR_NAME$
|
883
|
+
const DIR_NAME$14='Comscore';const DISPLAY_NAME$14='Comscore';
|
884
884
|
|
885
|
-
const DIR_NAME$
|
885
|
+
const DIR_NAME$13='Criteo';const DISPLAY_NAME$13='Criteo';
|
886
886
|
|
887
|
-
const DIR_NAME$
|
887
|
+
const DIR_NAME$12='CustomerIO';const DISPLAY_NAME$12='Customer IO';
|
888
888
|
|
889
|
-
const DIR_NAME$
|
889
|
+
const DIR_NAME$11='Drip';const DISPLAY_NAME$11='Drip';
|
890
890
|
|
891
|
-
const DIR_NAME
|
891
|
+
const DIR_NAME$10='FacebookPixel';const DISPLAY_NAME$10='Facebook Pixel';
|
892
892
|
|
893
|
-
const DIR_NAME
|
893
|
+
const DIR_NAME$$='Fullstory';const DISPLAY_NAME$$='Fullstory';
|
894
894
|
|
895
|
-
const DIR_NAME$
|
895
|
+
const DIR_NAME$_='GA';const DISPLAY_NAME$_='Google Analytics';
|
896
896
|
|
897
|
-
const DIR_NAME$
|
897
|
+
const DIR_NAME$Z='GA4';const DISPLAY_NAME$Z='Google Analytics 4 (GA4)';
|
898
898
|
|
899
|
-
const DIR_NAME$
|
899
|
+
const DIR_NAME$Y='GoogleAds';const DISPLAY_NAME$Y='Google Ads';
|
900
900
|
|
901
|
-
const DIR_NAME$
|
901
|
+
const DIR_NAME$X='GoogleOptimize';const DISPLAY_NAME$X='Google Optimize';
|
902
902
|
|
903
|
-
const DIR_NAME$
|
903
|
+
const DIR_NAME$W='GoogleTagManager';const DISPLAY_NAME$W='Google Tag Manager';
|
904
904
|
|
905
|
-
const DIR_NAME$
|
905
|
+
const DIR_NAME$V='Heap';const DISPLAY_NAME$V='Heap.io';
|
906
906
|
|
907
|
-
const DIR_NAME$
|
907
|
+
const DIR_NAME$U='Hotjar';const DISPLAY_NAME$U='Hotjar';
|
908
908
|
|
909
|
-
const DIR_NAME$
|
909
|
+
const DIR_NAME$T='HubSpot';const DISPLAY_NAME$T='HubSpot';
|
910
910
|
|
911
|
-
const DIR_NAME$
|
911
|
+
const DIR_NAME$S='INTERCOM';const DISPLAY_NAME$S='Intercom';
|
912
912
|
|
913
|
-
const DIR_NAME$
|
913
|
+
const DIR_NAME$R='Keen';const DISPLAY_NAME$R='Keen';
|
914
914
|
|
915
|
-
const DIR_NAME$
|
915
|
+
const DIR_NAME$Q='Kissmetrics';const DISPLAY_NAME$Q='Kiss Metrics';
|
916
916
|
|
917
|
-
const DIR_NAME$
|
917
|
+
const DIR_NAME$P='Klaviyo';const DISPLAY_NAME$P='Klaviyo';
|
918
918
|
|
919
|
-
const DIR_NAME$
|
919
|
+
const DIR_NAME$O='LaunchDarkly';const DISPLAY_NAME$O='LaunchDarkly';
|
920
920
|
|
921
|
-
const DIR_NAME$
|
921
|
+
const DIR_NAME$N='LinkedInInsightTag';const DISPLAY_NAME$N='Linkedin Insight Tag';
|
922
922
|
|
923
|
-
const DIR_NAME$
|
923
|
+
const DIR_NAME$M='Lotame';const DISPLAY_NAME$M='Lotame';
|
924
924
|
|
925
|
-
const DIR_NAME$
|
925
|
+
const DIR_NAME$L='Lytics';const DISPLAY_NAME$L='Lytics';
|
926
926
|
|
927
|
-
const DIR_NAME$
|
927
|
+
const DIR_NAME$K='Mixpanel';const DISPLAY_NAME$K='Mixpanel';
|
928
928
|
|
929
|
-
const DIR_NAME$
|
929
|
+
const DIR_NAME$J='MoEngage';const DISPLAY_NAME$J='MoEngage';
|
930
930
|
|
931
|
-
const DIR_NAME$
|
931
|
+
const DIR_NAME$I='Optimizely';const DISPLAY_NAME$I='Optimizely Web';
|
932
932
|
|
933
|
-
const DIR_NAME$
|
933
|
+
const DIR_NAME$H='Pendo';const DISPLAY_NAME$H='Pendo';
|
934
934
|
|
935
|
-
const DIR_NAME$
|
935
|
+
const DIR_NAME$G='PinterestTag';const DISPLAY_NAME$G='Pinterest Tag';
|
936
936
|
|
937
|
-
const DIR_NAME$
|
937
|
+
const DIR_NAME$F='PostAffiliatePro';const DISPLAY_NAME$F='Post Affiliate Pro';
|
938
938
|
|
939
|
-
const DIR_NAME$
|
939
|
+
const DIR_NAME$E='Posthog';const DISPLAY_NAME$E='PostHog';
|
940
940
|
|
941
|
-
const DIR_NAME$
|
941
|
+
const DIR_NAME$D='ProfitWell';const DISPLAY_NAME$D='ProfitWell';
|
942
942
|
|
943
|
-
const DIR_NAME$
|
943
|
+
const DIR_NAME$C='Qualtrics';const DISPLAY_NAME$C='Qualtrics';
|
944
944
|
|
945
|
-
const DIR_NAME$
|
945
|
+
const DIR_NAME$B='QuantumMetric';const DISPLAY_NAME$B='Quantum Metric';
|
946
946
|
|
947
|
-
const DIR_NAME$
|
947
|
+
const DIR_NAME$A='RedditPixel';const DISPLAY_NAME$A='Reddit Pixel';
|
948
948
|
|
949
|
-
const DIR_NAME$
|
949
|
+
const DIR_NAME$z='Sentry';const DISPLAY_NAME$z='Sentry';
|
950
950
|
|
951
|
-
const DIR_NAME$
|
951
|
+
const DIR_NAME$y='SnapPixel';const DISPLAY_NAME$y='Snap Pixel';
|
952
952
|
|
953
|
-
const DIR_NAME$
|
953
|
+
const DIR_NAME$x='TVSquared';const DISPLAY_NAME$x='TVSquared';
|
954
954
|
|
955
|
-
const DIR_NAME$
|
955
|
+
const DIR_NAME$w='VWO';const DISPLAY_NAME$w='VWO';
|
956
956
|
|
957
|
-
const DIR_NAME$
|
957
|
+
const DIR_NAME$v='GA360';const DISPLAY_NAME$v='Google Analytics 360';
|
958
958
|
|
959
|
-
const DIR_NAME$
|
959
|
+
const DIR_NAME$u='Adroll';const DISPLAY_NAME$u='Adroll';
|
960
960
|
|
961
|
-
const DIR_NAME$
|
961
|
+
const DIR_NAME$t='DCMFloodlight';const DISPLAY_NAME$t='DCM Floodlight';
|
962
962
|
|
963
|
-
const DIR_NAME$
|
963
|
+
const DIR_NAME$s='Matomo';const DISPLAY_NAME$s='Matomo';
|
964
964
|
|
965
|
-
const DIR_NAME$
|
965
|
+
const DIR_NAME$r='Vero';const DISPLAY_NAME$r='Vero';
|
966
966
|
|
967
|
-
const DIR_NAME$
|
967
|
+
const DIR_NAME$q='Mouseflow';const DISPLAY_NAME$q='Mouseflow';
|
968
968
|
|
969
|
-
const DIR_NAME$
|
969
|
+
const DIR_NAME$p='Rockerbox';const DISPLAY_NAME$p='Rockerbox';
|
970
970
|
|
971
|
-
const DIR_NAME$
|
971
|
+
const DIR_NAME$o='ConvertFlow';const DISPLAY_NAME$o='ConvertFlow';
|
972
972
|
|
973
|
-
const DIR_NAME$
|
973
|
+
const DIR_NAME$n='SnapEngage';const DISPLAY_NAME$n='SnapEngage';
|
974
974
|
|
975
|
-
const DIR_NAME$
|
975
|
+
const DIR_NAME$m='LiveChat';const DISPLAY_NAME$m='LiveChat';
|
976
976
|
|
977
|
-
const DIR_NAME$
|
977
|
+
const DIR_NAME$l='Shynet';const DISPLAY_NAME$l='Shynet';
|
978
978
|
|
979
|
-
const DIR_NAME$
|
979
|
+
const DIR_NAME$k='Woopra';const DISPLAY_NAME$k='Woopra';
|
980
980
|
|
981
|
-
const DIR_NAME$
|
981
|
+
const DIR_NAME$j='RollBar';const DISPLAY_NAME$j='RollBar';
|
982
982
|
|
983
|
-
const DIR_NAME$
|
983
|
+
const DIR_NAME$i='QuoraPixel';const DISPLAY_NAME$i='Quora Pixel';
|
984
984
|
|
985
|
-
const DIR_NAME$
|
985
|
+
const DIR_NAME$h='June';const DISPLAY_NAME$h='June';
|
986
986
|
|
987
|
-
const DIR_NAME$
|
987
|
+
const DIR_NAME$g='Engage';const DISPLAY_NAME$g='Engage';
|
988
988
|
|
989
|
-
const DIR_NAME$
|
989
|
+
const DIR_NAME$f='Iterable';const DISPLAY_NAME$f='Iterable';
|
990
990
|
|
991
|
-
const DIR_NAME$
|
991
|
+
const DIR_NAME$e='YandexMetrica';const DISPLAY_NAME$e='Yandex.Metrica';
|
992
992
|
|
993
|
-
const DIR_NAME$
|
993
|
+
const DIR_NAME$d='Refiner';const DISPLAY_NAME$d='Refiner';
|
994
994
|
|
995
|
-
const DIR_NAME$
|
995
|
+
const DIR_NAME$c='Qualaroo';const DISPLAY_NAME$c='Qualaroo';
|
996
996
|
|
997
|
-
const DIR_NAME$
|
997
|
+
const DIR_NAME$b='Podsights';const DISPLAY_NAME$b='Podsights';
|
998
998
|
|
999
|
-
const DIR_NAME$
|
999
|
+
const DIR_NAME$a='Axeptio';const DISPLAY_NAME$a='Axeptio';
|
1000
1000
|
|
1001
|
-
const DIR_NAME$
|
1001
|
+
const DIR_NAME$9='Satismeter';const DISPLAY_NAME$9='Satismeter';
|
1002
1002
|
|
1003
|
-
const DIR_NAME$
|
1003
|
+
const DIR_NAME$8='MicrosoftClarity';const DISPLAY_NAME$8='Microsoft Clarity';
|
1004
1004
|
|
1005
|
-
const DIR_NAME$
|
1005
|
+
const DIR_NAME$7='Sendinblue';const DISPLAY_NAME$7='Sendinblue';
|
1006
1006
|
|
1007
|
-
const DIR_NAME$
|
1007
|
+
const DIR_NAME$6='Olark';const DISPLAY_NAME$6='Olark';
|
1008
1008
|
|
1009
|
-
const DIR_NAME$
|
1009
|
+
const DIR_NAME$5='Lemnisk';const DISPLAY_NAME$5='Lemnisk';
|
1010
1010
|
|
1011
|
-
const DIR_NAME$
|
1011
|
+
const DIR_NAME$4='TiktokAds';const DISPLAY_NAME$4='TikTok Ads';
|
1012
1012
|
|
1013
|
-
const DIR_NAME$
|
1013
|
+
const DIR_NAME$3='ActiveCampaign';const DISPLAY_NAME$3='Active Campaign';
|
1014
1014
|
|
1015
|
-
const DIR_NAME$
|
1015
|
+
const DIR_NAME$2='Sprig';const DISPLAY_NAME$2='Sprig';
|
1016
1016
|
|
1017
|
-
const DIR_NAME='SpotifyPixel';const DISPLAY_NAME='Spotify Pixel';
|
1017
|
+
const DIR_NAME$1='SpotifyPixel';const DISPLAY_NAME$1='Spotify Pixel';
|
1018
|
+
|
1019
|
+
const DIR_NAME='CommandBar';const DISPLAY_NAME='CommandBar';
|
1018
1020
|
|
1019
1021
|
// map of the destination display names to the destination directory names
|
1020
|
-
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$
|
1022
|
+
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$T]:DIR_NAME$T,[DISPLAY_NAME$_]:DIR_NAME$_,[DISPLAY_NAME$U]:DIR_NAME$U,[DISPLAY_NAME$Y]:DIR_NAME$Y,[DISPLAY_NAME$w]:DIR_NAME$w,[DISPLAY_NAME$W]:DIR_NAME$W,[DISPLAY_NAME$18]:DIR_NAME$18,[DISPLAY_NAME$S]:DIR_NAME$S,[DISPLAY_NAME$R]:DIR_NAME$R,[DISPLAY_NAME$Q]:DIR_NAME$Q,[DISPLAY_NAME$12]:DIR_NAME$12,[DISPLAY_NAME$16]:DIR_NAME$16,[DISPLAY_NAME$14]:DIR_NAME$14,[DISPLAY_NAME$10]:DIR_NAME$10,[DISPLAY_NAME$M]:DIR_NAME$M,[DISPLAY_NAME$I]:DIR_NAME$I,[DISPLAY_NAME$17]:DIR_NAME$17,[DISPLAY_NAME$$]:DIR_NAME$$,[DISPLAY_NAME$x]:DIR_NAME$x,[DISPLAY_NAME$Z]:DIR_NAME$Z,[DISPLAY_NAME$J]:DIR_NAME$J,[DISPLAY_NAME$1b]:DIR_NAME$1b,[DISPLAY_NAME$H]:DIR_NAME$H,[DISPLAY_NAME$L]:DIR_NAME$L,[DISPLAY_NAME$1a]:DIR_NAME$1a,[DISPLAY_NAME$E]:DIR_NAME$E,[DISPLAY_NAME$P]:DIR_NAME$P,[DISPLAY_NAME$15]:DIR_NAME$15,[DISPLAY_NAME$19]:DIR_NAME$19,[DISPLAY_NAME$G]:DIR_NAME$G,[DISPLAY_NAME$1c]:DIR_NAME$1c,[DISPLAY_NAME$N]:DIR_NAME$N,[DISPLAY_NAME$A]:DIR_NAME$A,[DISPLAY_NAME$11]:DIR_NAME$11,[DISPLAY_NAME$V]:DIR_NAME$V,[DISPLAY_NAME$13]:DIR_NAME$13,[DISPLAY_NAME$K]:DIR_NAME$K,[DISPLAY_NAME$C]:DIR_NAME$C,[DISPLAY_NAME$D]:DIR_NAME$D,[DISPLAY_NAME$z]:DIR_NAME$z,[DISPLAY_NAME$B]:DIR_NAME$B,[DISPLAY_NAME$y]:DIR_NAME$y,[DISPLAY_NAME$F]:DIR_NAME$F,[DISPLAY_NAME$X]:DIR_NAME$X,[DISPLAY_NAME$O]:DIR_NAME$O,[DISPLAY_NAME$v]:DIR_NAME$v,[DISPLAY_NAME$u]:DIR_NAME$u,[DISPLAY_NAME$t]:DIR_NAME$t,[DISPLAY_NAME$s]:DIR_NAME$s,[DISPLAY_NAME$r]:DIR_NAME$r,[DISPLAY_NAME$q]:DIR_NAME$q,[DISPLAY_NAME$p]:DIR_NAME$p,[DISPLAY_NAME$o]:DIR_NAME$o,[DISPLAY_NAME$n]:DIR_NAME$n,[DISPLAY_NAME$m]:DIR_NAME$m,[DISPLAY_NAME$l]:DIR_NAME$l,[DISPLAY_NAME$k]:DIR_NAME$k,[DISPLAY_NAME$j]:DIR_NAME$j,[DISPLAY_NAME$i]:DIR_NAME$i,[DISPLAY_NAME$h]:DIR_NAME$h,[DISPLAY_NAME$g]:DIR_NAME$g,[DISPLAY_NAME$f]:DIR_NAME$f,[DISPLAY_NAME$e]:DIR_NAME$e,[DISPLAY_NAME$d]:DIR_NAME$d,[DISPLAY_NAME$c]:DIR_NAME$c,[DISPLAY_NAME$b]:DIR_NAME$b,[DISPLAY_NAME$a]:DIR_NAME$a,[DISPLAY_NAME$9]:DIR_NAME$9,[DISPLAY_NAME$8]:DIR_NAME$8,[DISPLAY_NAME$7]:DIR_NAME$7,[DISPLAY_NAME$6]:DIR_NAME$6,[DISPLAY_NAME$5]:DIR_NAME$5,[DISPLAY_NAME$4]:DIR_NAME$4,[DISPLAY_NAME$3]:DIR_NAME$3,[DISPLAY_NAME$2]:DIR_NAME$2,[DISPLAY_NAME$1]:DIR_NAME$1,[DISPLAY_NAME]:DIR_NAME};
|
1021
1023
|
|
1022
1024
|
const DEFAULT_INTEGRATIONS_CONFIG={All:true};
|
1023
1025
|
|
@@ -3196,7 +3198,9 @@ constructor(){if(RudderAnalytics.globalSingleton){// START-NO-SONAR-SCAN
|
|
3196
3198
|
// eslint-disable-next-line no-constructor-return
|
3197
3199
|
return RudderAnalytics.globalSingleton;// END-NO-SONAR-SCAN
|
3198
3200
|
}defaultErrorHandler.attachErrorListeners();this.setDefaultInstanceKey=this.setDefaultInstanceKey.bind(this);this.getAnalyticsInstance=this.getAnalyticsInstance.bind(this);this.load=this.load.bind(this);this.ready=this.ready.bind(this);this.triggerBufferedLoadEvent=this.triggerBufferedLoadEvent.bind(this);this.page=this.page.bind(this);this.track=this.track.bind(this);this.identify=this.identify.bind(this);this.alias=this.alias.bind(this);this.group=this.group.bind(this);this.reset=this.reset.bind(this);this.getAnonymousId=this.getAnonymousId.bind(this);this.setAnonymousId=this.setAnonymousId.bind(this);this.getUserId=this.getUserId.bind(this);this.getUserTraits=this.getUserTraits.bind(this);this.getGroupId=this.getGroupId.bind(this);this.getGroupTraits=this.getGroupTraits.bind(this);this.startSession=this.startSession.bind(this);this.endSession=this.endSession.bind(this);this.getSessionId=this.getSessionId.bind(this);this.setAuthToken=this.setAuthToken.bind(this);this.consent=this.consent.bind(this);RudderAnalytics.globalSingleton=this;// start loading if a load event was buffered or wait for explicit load call
|
3199
|
-
this.triggerBufferedLoadEvent()
|
3201
|
+
this.triggerBufferedLoadEvent();// Assign to global "rudderanalytics" object after processing the preload buffer (if any exists)
|
3202
|
+
// for CDN bundling IIFE exports covers this but for npm ESM and CJS bundling has to be done explicitly
|
3203
|
+
globalThis.rudderanalytics=this;}/**
|
3200
3204
|
* Set instance to use if no specific writeKey is provided in methods
|
3201
3205
|
* automatically for the first created instance
|
3202
3206
|
* TODO: to support multiple analytics instances in the near future
|
@@ -413,7 +413,7 @@ if(isDefined(payload.groupId)){payload.groupId=tryStringify(payload.groupId);}el
|
|
413
413
|
|
414
414
|
const CAPABILITIES_MANAGER='CapabilitiesManager';const CONFIG_MANAGER='ConfigManager';const EVENT_MANAGER='EventManager';const PLUGINS_MANAGER='PluginsManager';const USER_SESSION_MANAGER='UserSessionManager';const ERROR_HANDLER='ErrorHandler';const PLUGIN_ENGINE='PluginEngine';const STORE_MANAGER='StoreManager';const READY_API='readyApi';const EVENT_REPOSITORY='EventRepository';const EXTERNAL_SRC_LOADER='ExternalSrcLoader';const HTTP_CLIENT='HttpClient';const RS_APP='RudderStackApplication';const ANALYTICS_CORE='AnalyticsCore';
|
415
415
|
|
416
|
-
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.0.0-beta.
|
416
|
+
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.0.0-beta.22';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';
|
417
417
|
|
418
418
|
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';
|
419
419
|
|
@@ -565,7 +565,7 @@ const DEFAULT_CONFIG_BE_URL='https://api.rudderstack.com';
|
|
565
565
|
|
566
566
|
const DEFAULT_ERROR_REPORTING_PROVIDER='bugsnag';const DEFAULT_STORAGE_ENCRYPTION_VERSION='v3';const ConsentManagersToPluginNameMap={oneTrust:'OneTrustConsentManager',ketch:'KetchConsentManager',custom:'CustomConsentManager'};const ErrorReportingProvidersToPluginNameMap={[DEFAULT_ERROR_REPORTING_PROVIDER]:'Bugsnag'};const StorageEncryptionVersionsToPluginNameMap={[DEFAULT_STORAGE_ENCRYPTION_VERSION]:'StorageEncryption',legacy:'StorageEncryptionLegacy'};
|
567
567
|
|
568
|
-
const defaultLoadOptions={logLevel:'ERROR',configUrl:DEFAULT_CONFIG_BE_URL,loadIntegration:true,sessions:{autoTrack:true,timeout:DEFAULT_SESSION_TIMEOUT_MS},sameSiteCookie:'Lax',polyfillIfRequired:true,integrations:{All:true},useBeacon:false,beaconQueueOptions:{},destinationsQueueOptions:{},queueOptions:{},lockIntegrationsVersion:false,uaChTrackLevel:'none',plugins:[],useGlobalIntegrationsConfigInEvents:false,bufferDataPlaneEventsUntilReady:false,dataPlaneEventsBufferTimeout:DEFAULT_DATA_PLANE_EVENTS_BUFFER_TIMEOUT_MS,storage:{encryption:{version:DEFAULT_STORAGE_ENCRYPTION_VERSION},migrate:
|
568
|
+
const defaultLoadOptions={logLevel:'ERROR',configUrl:DEFAULT_CONFIG_BE_URL,loadIntegration:true,sessions:{autoTrack:true,timeout:DEFAULT_SESSION_TIMEOUT_MS},sameSiteCookie:'Lax',polyfillIfRequired:true,integrations:{All:true},useBeacon:false,beaconQueueOptions:{},destinationsQueueOptions:{},queueOptions:{},lockIntegrationsVersion:false,uaChTrackLevel:'none',plugins:[],useGlobalIntegrationsConfigInEvents:false,bufferDataPlaneEventsUntilReady:false,dataPlaneEventsBufferTimeout:DEFAULT_DATA_PLANE_EVENTS_BUFFER_TIMEOUT_MS,storage:{encryption:{version:DEFAULT_STORAGE_ENCRYPTION_VERSION},migrate:true},sendAdblockPageOptions:{}};const loadOptionsState=a(clone(defaultLoadOptions));
|
569
569
|
|
570
570
|
const USER_SESSION_STORAGE_KEYS={userId:'rl_user_id',userTraits:'rl_trait',anonymousId:'rl_anonymous_id',groupId:'rl_group_id',groupTraits:'rl_group_trait',initialReferrer:'rl_page_init_referrer',initialReferringDomain:'rl_page_init_referring_domain',sessionInfo:'rl_session',authToken:'rl_auth_token'};const DEFAULT_USER_SESSION_VALUES={userId:'',userTraits:{},anonymousId:'',groupId:'',groupTraits:{},initialReferrer:'',initialReferringDomain:'',sessionInfo:{},authToken:null};
|
571
571
|
|
@@ -860,160 +860,162 @@ if(!cmpConfig?.consents){return true;}const configuredConsents=cmpConfig.consent
|
|
860
860
|
// the configured resolution strategy
|
861
861
|
const matchPredicate=consent=>allowedConsentIds.includes(consent);switch(resolutionStrategy){case'or':return configuredConsents.some(matchPredicate)||configuredConsents.length===0;case'and':default:return configuredConsents.every(matchPredicate);}}catch(err){errorHandler?.onError(err,CUSTOM_CONSENT_MANAGER_PLUGIN,DESTINATION_CONSENT_STATUS_ERROR$2);return true;}}}});
|
862
862
|
|
863
|
-
const DIR_NAME$
|
863
|
+
const DIR_NAME$1c='AdobeAnalytics';const DISPLAY_NAME$1c='Adobe Analytics';
|
864
864
|
|
865
|
-
const DIR_NAME$
|
865
|
+
const DIR_NAME$1b='Amplitude';const DISPLAY_NAME$1b='Amplitude';
|
866
866
|
|
867
|
-
const DIR_NAME$
|
867
|
+
const DIR_NAME$1a='Appcues';const DISPLAY_NAME$1a='Appcues';
|
868
868
|
|
869
|
-
const DIR_NAME$
|
869
|
+
const DIR_NAME$19='BingAds';const DISPLAY_NAME$19='Bing Ads';
|
870
870
|
|
871
|
-
const DIR_NAME$
|
871
|
+
const DIR_NAME$18='Braze';const DISPLAY_NAME$18='Braze';
|
872
872
|
|
873
|
-
const DIR_NAME$
|
873
|
+
const DIR_NAME$17='Bugsnag';const DISPLAY_NAME$17='Bugsnag';
|
874
874
|
|
875
|
-
const DIR_NAME$
|
875
|
+
const DIR_NAME$16='Chartbeat';const DISPLAY_NAME$16='Chartbeat';
|
876
876
|
|
877
|
-
const DIR_NAME$
|
877
|
+
const DIR_NAME$15='Clevertap';const DISPLAY_NAME$15='CleverTap';
|
878
878
|
|
879
|
-
const DIR_NAME$
|
879
|
+
const DIR_NAME$14='Comscore';const DISPLAY_NAME$14='Comscore';
|
880
880
|
|
881
|
-
const DIR_NAME$
|
881
|
+
const DIR_NAME$13='Criteo';const DISPLAY_NAME$13='Criteo';
|
882
882
|
|
883
|
-
const DIR_NAME$
|
883
|
+
const DIR_NAME$12='CustomerIO';const DISPLAY_NAME$12='Customer IO';
|
884
884
|
|
885
|
-
const DIR_NAME$
|
885
|
+
const DIR_NAME$11='Drip';const DISPLAY_NAME$11='Drip';
|
886
886
|
|
887
|
-
const DIR_NAME
|
887
|
+
const DIR_NAME$10='FacebookPixel';const DISPLAY_NAME$10='Facebook Pixel';
|
888
888
|
|
889
|
-
const DIR_NAME
|
889
|
+
const DIR_NAME$$='Fullstory';const DISPLAY_NAME$$='Fullstory';
|
890
890
|
|
891
|
-
const DIR_NAME$
|
891
|
+
const DIR_NAME$_='GA';const DISPLAY_NAME$_='Google Analytics';
|
892
892
|
|
893
|
-
const DIR_NAME$
|
893
|
+
const DIR_NAME$Z='GA4';const DISPLAY_NAME$Z='Google Analytics 4 (GA4)';
|
894
894
|
|
895
|
-
const DIR_NAME$
|
895
|
+
const DIR_NAME$Y='GoogleAds';const DISPLAY_NAME$Y='Google Ads';
|
896
896
|
|
897
|
-
const DIR_NAME$
|
897
|
+
const DIR_NAME$X='GoogleOptimize';const DISPLAY_NAME$X='Google Optimize';
|
898
898
|
|
899
|
-
const DIR_NAME$
|
899
|
+
const DIR_NAME$W='GoogleTagManager';const DISPLAY_NAME$W='Google Tag Manager';
|
900
900
|
|
901
|
-
const DIR_NAME$
|
901
|
+
const DIR_NAME$V='Heap';const DISPLAY_NAME$V='Heap.io';
|
902
902
|
|
903
|
-
const DIR_NAME$
|
903
|
+
const DIR_NAME$U='Hotjar';const DISPLAY_NAME$U='Hotjar';
|
904
904
|
|
905
|
-
const DIR_NAME$
|
905
|
+
const DIR_NAME$T='HubSpot';const DISPLAY_NAME$T='HubSpot';
|
906
906
|
|
907
|
-
const DIR_NAME$
|
907
|
+
const DIR_NAME$S='INTERCOM';const DISPLAY_NAME$S='Intercom';
|
908
908
|
|
909
|
-
const DIR_NAME$
|
909
|
+
const DIR_NAME$R='Keen';const DISPLAY_NAME$R='Keen';
|
910
910
|
|
911
|
-
const DIR_NAME$
|
911
|
+
const DIR_NAME$Q='Kissmetrics';const DISPLAY_NAME$Q='Kiss Metrics';
|
912
912
|
|
913
|
-
const DIR_NAME$
|
913
|
+
const DIR_NAME$P='Klaviyo';const DISPLAY_NAME$P='Klaviyo';
|
914
914
|
|
915
|
-
const DIR_NAME$
|
915
|
+
const DIR_NAME$O='LaunchDarkly';const DISPLAY_NAME$O='LaunchDarkly';
|
916
916
|
|
917
|
-
const DIR_NAME$
|
917
|
+
const DIR_NAME$N='LinkedInInsightTag';const DISPLAY_NAME$N='Linkedin Insight Tag';
|
918
918
|
|
919
|
-
const DIR_NAME$
|
919
|
+
const DIR_NAME$M='Lotame';const DISPLAY_NAME$M='Lotame';
|
920
920
|
|
921
|
-
const DIR_NAME$
|
921
|
+
const DIR_NAME$L='Lytics';const DISPLAY_NAME$L='Lytics';
|
922
922
|
|
923
|
-
const DIR_NAME$
|
923
|
+
const DIR_NAME$K='Mixpanel';const DISPLAY_NAME$K='Mixpanel';
|
924
924
|
|
925
|
-
const DIR_NAME$
|
925
|
+
const DIR_NAME$J='MoEngage';const DISPLAY_NAME$J='MoEngage';
|
926
926
|
|
927
|
-
const DIR_NAME$
|
927
|
+
const DIR_NAME$I='Optimizely';const DISPLAY_NAME$I='Optimizely Web';
|
928
928
|
|
929
|
-
const DIR_NAME$
|
929
|
+
const DIR_NAME$H='Pendo';const DISPLAY_NAME$H='Pendo';
|
930
930
|
|
931
|
-
const DIR_NAME$
|
931
|
+
const DIR_NAME$G='PinterestTag';const DISPLAY_NAME$G='Pinterest Tag';
|
932
932
|
|
933
|
-
const DIR_NAME$
|
933
|
+
const DIR_NAME$F='PostAffiliatePro';const DISPLAY_NAME$F='Post Affiliate Pro';
|
934
934
|
|
935
|
-
const DIR_NAME$
|
935
|
+
const DIR_NAME$E='Posthog';const DISPLAY_NAME$E='PostHog';
|
936
936
|
|
937
|
-
const DIR_NAME$
|
937
|
+
const DIR_NAME$D='ProfitWell';const DISPLAY_NAME$D='ProfitWell';
|
938
938
|
|
939
|
-
const DIR_NAME$
|
939
|
+
const DIR_NAME$C='Qualtrics';const DISPLAY_NAME$C='Qualtrics';
|
940
940
|
|
941
|
-
const DIR_NAME$
|
941
|
+
const DIR_NAME$B='QuantumMetric';const DISPLAY_NAME$B='Quantum Metric';
|
942
942
|
|
943
|
-
const DIR_NAME$
|
943
|
+
const DIR_NAME$A='RedditPixel';const DISPLAY_NAME$A='Reddit Pixel';
|
944
944
|
|
945
|
-
const DIR_NAME$
|
945
|
+
const DIR_NAME$z='Sentry';const DISPLAY_NAME$z='Sentry';
|
946
946
|
|
947
|
-
const DIR_NAME$
|
947
|
+
const DIR_NAME$y='SnapPixel';const DISPLAY_NAME$y='Snap Pixel';
|
948
948
|
|
949
|
-
const DIR_NAME$
|
949
|
+
const DIR_NAME$x='TVSquared';const DISPLAY_NAME$x='TVSquared';
|
950
950
|
|
951
|
-
const DIR_NAME$
|
951
|
+
const DIR_NAME$w='VWO';const DISPLAY_NAME$w='VWO';
|
952
952
|
|
953
|
-
const DIR_NAME$
|
953
|
+
const DIR_NAME$v='GA360';const DISPLAY_NAME$v='Google Analytics 360';
|
954
954
|
|
955
|
-
const DIR_NAME$
|
955
|
+
const DIR_NAME$u='Adroll';const DISPLAY_NAME$u='Adroll';
|
956
956
|
|
957
|
-
const DIR_NAME$
|
957
|
+
const DIR_NAME$t='DCMFloodlight';const DISPLAY_NAME$t='DCM Floodlight';
|
958
958
|
|
959
|
-
const DIR_NAME$
|
959
|
+
const DIR_NAME$s='Matomo';const DISPLAY_NAME$s='Matomo';
|
960
960
|
|
961
|
-
const DIR_NAME$
|
961
|
+
const DIR_NAME$r='Vero';const DISPLAY_NAME$r='Vero';
|
962
962
|
|
963
|
-
const DIR_NAME$
|
963
|
+
const DIR_NAME$q='Mouseflow';const DISPLAY_NAME$q='Mouseflow';
|
964
964
|
|
965
|
-
const DIR_NAME$
|
965
|
+
const DIR_NAME$p='Rockerbox';const DISPLAY_NAME$p='Rockerbox';
|
966
966
|
|
967
|
-
const DIR_NAME$
|
967
|
+
const DIR_NAME$o='ConvertFlow';const DISPLAY_NAME$o='ConvertFlow';
|
968
968
|
|
969
|
-
const DIR_NAME$
|
969
|
+
const DIR_NAME$n='SnapEngage';const DISPLAY_NAME$n='SnapEngage';
|
970
970
|
|
971
|
-
const DIR_NAME$
|
971
|
+
const DIR_NAME$m='LiveChat';const DISPLAY_NAME$m='LiveChat';
|
972
972
|
|
973
|
-
const DIR_NAME$
|
973
|
+
const DIR_NAME$l='Shynet';const DISPLAY_NAME$l='Shynet';
|
974
974
|
|
975
|
-
const DIR_NAME$
|
975
|
+
const DIR_NAME$k='Woopra';const DISPLAY_NAME$k='Woopra';
|
976
976
|
|
977
|
-
const DIR_NAME$
|
977
|
+
const DIR_NAME$j='RollBar';const DISPLAY_NAME$j='RollBar';
|
978
978
|
|
979
|
-
const DIR_NAME$
|
979
|
+
const DIR_NAME$i='QuoraPixel';const DISPLAY_NAME$i='Quora Pixel';
|
980
980
|
|
981
|
-
const DIR_NAME$
|
981
|
+
const DIR_NAME$h='June';const DISPLAY_NAME$h='June';
|
982
982
|
|
983
|
-
const DIR_NAME$
|
983
|
+
const DIR_NAME$g='Engage';const DISPLAY_NAME$g='Engage';
|
984
984
|
|
985
|
-
const DIR_NAME$
|
985
|
+
const DIR_NAME$f='Iterable';const DISPLAY_NAME$f='Iterable';
|
986
986
|
|
987
|
-
const DIR_NAME$
|
987
|
+
const DIR_NAME$e='YandexMetrica';const DISPLAY_NAME$e='Yandex.Metrica';
|
988
988
|
|
989
|
-
const DIR_NAME$
|
989
|
+
const DIR_NAME$d='Refiner';const DISPLAY_NAME$d='Refiner';
|
990
990
|
|
991
|
-
const DIR_NAME$
|
991
|
+
const DIR_NAME$c='Qualaroo';const DISPLAY_NAME$c='Qualaroo';
|
992
992
|
|
993
|
-
const DIR_NAME$
|
993
|
+
const DIR_NAME$b='Podsights';const DISPLAY_NAME$b='Podsights';
|
994
994
|
|
995
|
-
const DIR_NAME$
|
995
|
+
const DIR_NAME$a='Axeptio';const DISPLAY_NAME$a='Axeptio';
|
996
996
|
|
997
|
-
const DIR_NAME$
|
997
|
+
const DIR_NAME$9='Satismeter';const DISPLAY_NAME$9='Satismeter';
|
998
998
|
|
999
|
-
const DIR_NAME$
|
999
|
+
const DIR_NAME$8='MicrosoftClarity';const DISPLAY_NAME$8='Microsoft Clarity';
|
1000
1000
|
|
1001
|
-
const DIR_NAME$
|
1001
|
+
const DIR_NAME$7='Sendinblue';const DISPLAY_NAME$7='Sendinblue';
|
1002
1002
|
|
1003
|
-
const DIR_NAME$
|
1003
|
+
const DIR_NAME$6='Olark';const DISPLAY_NAME$6='Olark';
|
1004
1004
|
|
1005
|
-
const DIR_NAME$
|
1005
|
+
const DIR_NAME$5='Lemnisk';const DISPLAY_NAME$5='Lemnisk';
|
1006
1006
|
|
1007
|
-
const DIR_NAME$
|
1007
|
+
const DIR_NAME$4='TiktokAds';const DISPLAY_NAME$4='TikTok Ads';
|
1008
1008
|
|
1009
|
-
const DIR_NAME$
|
1009
|
+
const DIR_NAME$3='ActiveCampaign';const DISPLAY_NAME$3='Active Campaign';
|
1010
1010
|
|
1011
|
-
const DIR_NAME$
|
1011
|
+
const DIR_NAME$2='Sprig';const DISPLAY_NAME$2='Sprig';
|
1012
1012
|
|
1013
|
-
const DIR_NAME='SpotifyPixel';const DISPLAY_NAME='Spotify Pixel';
|
1013
|
+
const DIR_NAME$1='SpotifyPixel';const DISPLAY_NAME$1='Spotify Pixel';
|
1014
|
+
|
1015
|
+
const DIR_NAME='CommandBar';const DISPLAY_NAME='CommandBar';
|
1014
1016
|
|
1015
1017
|
// map of the destination display names to the destination directory names
|
1016
|
-
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$
|
1018
|
+
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$T]:DIR_NAME$T,[DISPLAY_NAME$_]:DIR_NAME$_,[DISPLAY_NAME$U]:DIR_NAME$U,[DISPLAY_NAME$Y]:DIR_NAME$Y,[DISPLAY_NAME$w]:DIR_NAME$w,[DISPLAY_NAME$W]:DIR_NAME$W,[DISPLAY_NAME$18]:DIR_NAME$18,[DISPLAY_NAME$S]:DIR_NAME$S,[DISPLAY_NAME$R]:DIR_NAME$R,[DISPLAY_NAME$Q]:DIR_NAME$Q,[DISPLAY_NAME$12]:DIR_NAME$12,[DISPLAY_NAME$16]:DIR_NAME$16,[DISPLAY_NAME$14]:DIR_NAME$14,[DISPLAY_NAME$10]:DIR_NAME$10,[DISPLAY_NAME$M]:DIR_NAME$M,[DISPLAY_NAME$I]:DIR_NAME$I,[DISPLAY_NAME$17]:DIR_NAME$17,[DISPLAY_NAME$$]:DIR_NAME$$,[DISPLAY_NAME$x]:DIR_NAME$x,[DISPLAY_NAME$Z]:DIR_NAME$Z,[DISPLAY_NAME$J]:DIR_NAME$J,[DISPLAY_NAME$1b]:DIR_NAME$1b,[DISPLAY_NAME$H]:DIR_NAME$H,[DISPLAY_NAME$L]:DIR_NAME$L,[DISPLAY_NAME$1a]:DIR_NAME$1a,[DISPLAY_NAME$E]:DIR_NAME$E,[DISPLAY_NAME$P]:DIR_NAME$P,[DISPLAY_NAME$15]:DIR_NAME$15,[DISPLAY_NAME$19]:DIR_NAME$19,[DISPLAY_NAME$G]:DIR_NAME$G,[DISPLAY_NAME$1c]:DIR_NAME$1c,[DISPLAY_NAME$N]:DIR_NAME$N,[DISPLAY_NAME$A]:DIR_NAME$A,[DISPLAY_NAME$11]:DIR_NAME$11,[DISPLAY_NAME$V]:DIR_NAME$V,[DISPLAY_NAME$13]:DIR_NAME$13,[DISPLAY_NAME$K]:DIR_NAME$K,[DISPLAY_NAME$C]:DIR_NAME$C,[DISPLAY_NAME$D]:DIR_NAME$D,[DISPLAY_NAME$z]:DIR_NAME$z,[DISPLAY_NAME$B]:DIR_NAME$B,[DISPLAY_NAME$y]:DIR_NAME$y,[DISPLAY_NAME$F]:DIR_NAME$F,[DISPLAY_NAME$X]:DIR_NAME$X,[DISPLAY_NAME$O]:DIR_NAME$O,[DISPLAY_NAME$v]:DIR_NAME$v,[DISPLAY_NAME$u]:DIR_NAME$u,[DISPLAY_NAME$t]:DIR_NAME$t,[DISPLAY_NAME$s]:DIR_NAME$s,[DISPLAY_NAME$r]:DIR_NAME$r,[DISPLAY_NAME$q]:DIR_NAME$q,[DISPLAY_NAME$p]:DIR_NAME$p,[DISPLAY_NAME$o]:DIR_NAME$o,[DISPLAY_NAME$n]:DIR_NAME$n,[DISPLAY_NAME$m]:DIR_NAME$m,[DISPLAY_NAME$l]:DIR_NAME$l,[DISPLAY_NAME$k]:DIR_NAME$k,[DISPLAY_NAME$j]:DIR_NAME$j,[DISPLAY_NAME$i]:DIR_NAME$i,[DISPLAY_NAME$h]:DIR_NAME$h,[DISPLAY_NAME$g]:DIR_NAME$g,[DISPLAY_NAME$f]:DIR_NAME$f,[DISPLAY_NAME$e]:DIR_NAME$e,[DISPLAY_NAME$d]:DIR_NAME$d,[DISPLAY_NAME$c]:DIR_NAME$c,[DISPLAY_NAME$b]:DIR_NAME$b,[DISPLAY_NAME$a]:DIR_NAME$a,[DISPLAY_NAME$9]:DIR_NAME$9,[DISPLAY_NAME$8]:DIR_NAME$8,[DISPLAY_NAME$7]:DIR_NAME$7,[DISPLAY_NAME$6]:DIR_NAME$6,[DISPLAY_NAME$5]:DIR_NAME$5,[DISPLAY_NAME$4]:DIR_NAME$4,[DISPLAY_NAME$3]:DIR_NAME$3,[DISPLAY_NAME$2]:DIR_NAME$2,[DISPLAY_NAME$1]:DIR_NAME$1,[DISPLAY_NAME]:DIR_NAME};
|
1017
1019
|
|
1018
1020
|
const DEFAULT_INTEGRATIONS_CONFIG={All:true};
|
1019
1021
|
|
@@ -3192,7 +3194,9 @@ constructor(){if(RudderAnalytics.globalSingleton){// START-NO-SONAR-SCAN
|
|
3192
3194
|
// eslint-disable-next-line no-constructor-return
|
3193
3195
|
return RudderAnalytics.globalSingleton;// END-NO-SONAR-SCAN
|
3194
3196
|
}defaultErrorHandler.attachErrorListeners();this.setDefaultInstanceKey=this.setDefaultInstanceKey.bind(this);this.getAnalyticsInstance=this.getAnalyticsInstance.bind(this);this.load=this.load.bind(this);this.ready=this.ready.bind(this);this.triggerBufferedLoadEvent=this.triggerBufferedLoadEvent.bind(this);this.page=this.page.bind(this);this.track=this.track.bind(this);this.identify=this.identify.bind(this);this.alias=this.alias.bind(this);this.group=this.group.bind(this);this.reset=this.reset.bind(this);this.getAnonymousId=this.getAnonymousId.bind(this);this.setAnonymousId=this.setAnonymousId.bind(this);this.getUserId=this.getUserId.bind(this);this.getUserTraits=this.getUserTraits.bind(this);this.getGroupId=this.getGroupId.bind(this);this.getGroupTraits=this.getGroupTraits.bind(this);this.startSession=this.startSession.bind(this);this.endSession=this.endSession.bind(this);this.getSessionId=this.getSessionId.bind(this);this.setAuthToken=this.setAuthToken.bind(this);this.consent=this.consent.bind(this);RudderAnalytics.globalSingleton=this;// start loading if a load event was buffered or wait for explicit load call
|
3195
|
-
this.triggerBufferedLoadEvent()
|
3197
|
+
this.triggerBufferedLoadEvent();// Assign to global "rudderanalytics" object after processing the preload buffer (if any exists)
|
3198
|
+
// for CDN bundling IIFE exports covers this but for npm ESM and CJS bundling has to be done explicitly
|
3199
|
+
globalThis.rudderanalytics=this;}/**
|
3196
3200
|
* Set instance to use if no specific writeKey is provided in methods
|
3197
3201
|
* automatically for the first created instance
|
3198
3202
|
* TODO: to support multiple analytics instances in the near future
|