Skip to content
Snippets Groups Projects
Unverified Commit 638063dc authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Enable anonymous tracking (#18726)

parent 24975664
No related merge requests found
......@@ -60,11 +60,11 @@ const createSnowplowTracker = store => {
Snowplow.newTracker("sp", "https://sp.metabase.com", {
appId: "metabase",
platform: "web",
cookieSameSite: "Lax",
eventMethod: "post",
discoverRootDomain: true,
contexts: {
webPage: true,
},
contexts: { webPage: true },
anonymousTracking: { withServerAnonymisation: true },
stateStorageStrategy: "none",
plugins: [createSnowplowPlugin(store)],
});
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment