Add Marketo munchkin tracking via angulartics

This commit is contained in:
Joseph Schorr 2016-06-20 16:22:30 -04:00
parent 119cc917fb
commit 9158fe38ee
10 changed files with 71 additions and 199 deletions

View file

@ -207,6 +207,7 @@ def render_page_template(name, route_data=None, **kwargs):
vuln_priority_set=json.dumps(PRIORITY_LEVELS),
enterprise_logo=app.config.get('ENTERPRISE_LOGO_URL', ''),
mixpanel_key=app.config.get('MIXPANEL_KEY', ''),
munchkin_key=app.config.get('MUNCHKIN_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(),