File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
web/assets/js/widgets/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 118118 if ( apiUrl . startsWith ( "https://projectaanvraag-api.uitdatabank.be" ) )
119119 return {
120120 name : "prod" ,
121- collector : "sneeuwploeg-prd.uitdatabank.be" , // Single production collector
121+ collector : "sneeuwploeg-prd.uitdatabank.be" ,
122122 snowplowBackendEnvironment : "prod" // Maps to prod Snowplow backend
123123 } ;
124124 } ;
159159 appId : "widgets" ,
160160 platform : "web" ,
161161 cookieDomain : null ,
162- cookieName : "sppubliq" , // Same cookie name for all trackers
162+ cookieName : "sppubliq" ,
163163 sessionCookieTimeout : 3600 ,
164164 discoverRootDomain : true ,
165165 eventMethod : "post" ,
179179 const initializeTrackers = ( ) => {
180180 window . widgetSnowplow (
181181 "newTracker" ,
182- `widgets-tracker-${ environment } ` , // Use specific environment name in tracker
182+ `widgets-tracker-${ environment } ` ,
183183 environmentConfig . collector ,
184184 getTrackerConfig ( )
185185 ) ;
You can’t perform that action at this time.
0 commit comments