Add Heap and Google analytics to Dev Tools Pages

This commit is contained in:
Fabio Berger
2019-02-05 21:34:29 +00:00
parent 69c7c03fb3
commit 8de955f3d8
2 changed files with 72 additions and 12 deletions

View File

@@ -15,6 +15,8 @@ const pages = [
'twitter:site': '@0xproject',
'twitter:image': '/images/og-compiler.png',
},
googleAnalyticsId: 'UA-98720122-4',
heapAnalyticsId: '3772819976',
},
{
title: 'sol-coverage',
@@ -32,6 +34,8 @@ const pages = [
'twitter:site': '@0xproject',
'twitter:image': '/images/og-cov.png',
},
googleAnalyticsId: 'UA-98720122-3',
heapAnalyticsId: '3386971671',
},
{
title: 'sol-profiler',
@@ -49,6 +53,8 @@ const pages = [
'twitter:site': '@0xproject',
'twitter:image': '/images/og-profiler.png',
},
googleAnalyticsId: 'UA-98720122-5',
heapAnalyticsId: '3776009943',
},
{
title: 'sol-trace',
@@ -66,6 +72,8 @@ const pages = [
'twitter:site': '@0xproject',
'twitter:image': '/images/og-trace.png',
},
googleAnalyticsId: 'UA-98720122-6',
heapAnalyticsId: '4172106583',
},
];