Skip to content

Commit 5e96af0

Browse files
jesus garcia ramirezjesus garcia ramirez
authored andcommitted
Remove redundant comments
1 parent 78f7ee9 commit 5e96af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/assets/js/widgets/core/snowplow-tracking.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
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
};
@@ -159,7 +159,7 @@
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",
@@ -179,7 +179,7 @@
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
);

0 commit comments

Comments
 (0)