Skip to content
Snippets Groups Projects
Commit 463e1f5f authored by Donald Cook's avatar Donald Cook Committed by Tim Zallmann
Browse files

Backport: Pendo POC snippet

parent b6f4b297
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