Add Google Tag Manager support to Quay

This commit is contained in:
Joseph Schorr 2016-04-06 16:15:26 -04:00
parent f28cee653c
commit 891f7d9213
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,