Merge pull request #1347 from coreos-inc/marketingtagman

Add Google Tag Manager support to Quay
This commit is contained in:
josephschorr 2016-04-13 16:50:36 -04:00
commit cf04fedd6a
2 changed files with 12 additions and 14 deletions

View file

@ -206,7 +206,7 @@ def render_page_template(name, route_data=None, **kwargs):
scope_set=json.dumps(scopes.app_scopes(app.config)),
vuln_priority_set=json.dumps(PRIORITY_LEVELS),
mixpanel_key=app.config.get('MIXPANEL_KEY', ''),
google_analytics_key=app.config.get('GOOGLE_ANALYTICS_KEY', ''),
google_tagmanager_key=app.config.get('GOOGLE_TAGMANAGER_KEY', ''),
sentry_public_dsn=app.config.get('SENTRY_PUBLIC_DSN', ''),
is_debug=str(app.config.get('DEBUGGING', False)).lower(),
show_chat=features.OLARK_CHAT,