Skip to content

Commit

Permalink
Update postPath
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Nov 1, 2023
1 parent 19ec42f commit c42ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowplow.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const trackerConfig = {
discoverRootDomain: true,
cookieSameSite: "Lax",
anonymousTracking: { withServerAnonymisation: true },
postPath: "/aiven/dc",
postPath: "/aiven/dc2",
crossDomainLinker: function (linkElement) {
return linkElement.id === "crossDomainLink";
},
Expand Down

0 comments on commit c42ad26

Please sign in to comment.