Skip to content
Snippets Groups Projects
Commit 07cb81a3 authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Merge branch 'pendo-poc' into 'master'

Backport: Pendo POC snippet

See merge request gitlab-org/gitlab-ce!29439
parents b6f4b297 463e1f5f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -78,3 +78,4 @@
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
= render_if_exists 'layouts/snowplow'
= render_if_exists 'layouts/pendo' if Feature.enabled?(:pendo_tracking) && !Rails.env.test?
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