Skip to content

Resolve "Snowplow integration - cannot find variable sesName"

What does this MR do?

Currently we're using localStorage as stateStorageStrategy for our snowplow integration. This leads to a Javascript error (see https://gitlab.com/gitlab-org/gitlab-ee/issues/8111) which has already been fixed upstream but not released yet by snowplow.

As a temporary fix, this MR switches the stateStorageStrategy to the default (=cookie).

In the follow-up issue https://gitlab.com/gitlab-org/gitlab-ee/issues/8432, we should revert the change introduced here and switch back to stateStorageStrategy: localStorage

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/8111

Does this MR meet the acceptance criteria?

Closes #8111 (closed)

Edited by Martin Wortschack

Merge request reports