10 lines
574 B
Text
10 lines
574 B
Text
- return unless Gitlab::CurrentSettings.snowplow_enabled?
|
|
|
|
= javascript_tag nonce: true do
|
|
:plain
|
|
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
|
|
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
|
|
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
|
|
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","#{asset_url('snowplow/sp.js')}","snowplow"));
|
|
|
|
window.snowplowOptions = #{Gitlab::Tracking.snowplow_options(@group).to_json}
|