Commit 0b7aaf45 authored by Martin Wortschack's avatar Martin Wortschack Committed by Tim Zallmann

Resolve "Snowplow integration - cannot find variable sesName"

parent e2f55507
...@@ -14,8 +14,9 @@ ...@@ -14,8 +14,9 @@
post: true, post: true,
contexts: { contexts: {
webPage: true, webPage: true,
}, }
stateStorageStrategy: "localStorage" // Uncomment in https://gitlab.com/gitlab-org/gitlab-ee/issues/8432
// stateStorageStrategy: "localStorage"
}); });
window.snowplow('enableActivityTracking', 30, 30); window.snowplow('enableActivityTracking', 30, 30);
......
---
title: Switch snowplows stateStorageStrategy to cookie
merge_request: 8461
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment