*Add analytics

This commit is contained in:
Derrick Hammer 2022-05-25 22:22:33 -04:00
parent 203e628c8a
commit ae0051bc63
3 changed files with 7932 additions and 8107 deletions

View File

@ -32,6 +32,17 @@ const config: GatsbyConfig = {
families: ['Roboto']
}
}
},
{
resolve: 'gatsby-plugin-matomo',
options: {
siteId: '2',
matomoUrl: 'https://piwiki.lumeweb.com',
siteUrl: 'https://web3extension.com',
enableJSErrorTracking: true,
exclude: ['/offline-plugin-app-shell-fallback/'],
cookieDomain: '*.web3extension.com',
}
}
],

View File

@ -19,6 +19,7 @@
"gatsby": "^4.15.1",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-matomo": "^0.13.0",
"gatsby-plugin-offline": "^5.15.0",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sass": "^5.15.0",

16027
yarn.lock

File diff suppressed because it is too large Load Diff