Commit 2e0d9504 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'add-event-tracking-for-canary-deploys' into 'master'

Adding additional snowplow event tracking

See merge request gitlab-org/gitlab-ee!12088
parents 11ea3d0b bd98a327
......@@ -20,3 +20,5 @@
window.snowplow('enableActivityTracking', 30, 30);
window.snowplow('trackPageView');
= render 'layouts/snowplow_additional_tracking'
- return unless Feature.enabled?(:additional_snowplow_tracking)
:javascript
window.snowplow('enableFormTracking');
window.snowplow('enableLinkClickTracking');
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