File tree 3 files changed +0
-24
lines changed
3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 32
32
"gatsby" : " ^4.0.0" ,
33
33
"gatsby-cli" : " ^4.0.0" ,
34
34
"gatsby-plugin-algolia" : " ^0.11.2" ,
35
- "gatsby-plugin-google-gtag" : " ^4.0.0" ,
36
35
"gatsby-plugin-mdx" : " ^3.0.0" ,
37
36
"gatsby-plugin-meta-redirect" : " ^1.1.1" ,
38
37
"gatsby-plugin-react-helmet" : " ^3.3.10" ,
Original file line number Diff line number Diff line change @@ -91,21 +91,6 @@ const getPlugins = () => {
91
91
'gatsby-plugin-sass' ,
92
92
'gatsby-plugin-zeit-now' ,
93
93
'gatsby-plugin-sitemap' ,
94
- {
95
- resolve : 'gatsby-plugin-google-gtag' ,
96
- options : {
97
- // You can add multiple tracking ids and a pageview event will be fired for all of them.
98
- trackingIds : [
99
- 'UA-30327640-1' , // Sentry
100
- ] ,
101
- // This object gets passed directly to the gtag config command
102
- // This config will be shared across all trackingIds
103
- gtagConfig : {
104
- anonymize_ip : true ,
105
- cookie_expires : 0 ,
106
- } ,
107
- } ,
108
- } ,
109
94
{
110
95
resolve : `gatsby-transformer-remark` ,
111
96
options : {
Original file line number Diff line number Diff line change @@ -8374,14 +8374,6 @@ gatsby-plugin-algolia@^0.11.2:
8374
8374
gatsby-cli "^1.1.58"
8375
8375
lodash.chunk "^4.2.0"
8376
8376
8377
- gatsby-plugin-google-gtag@^4.0.0:
8378
- version "4.25.0"
8379
- resolved "https://registry.yarnpkg.com/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-4.25.0.tgz#cfea9ab34cb9c053440757e76f2863f2aad310bf"
8380
- integrity sha512-mzhjor5JYct1qQWLKayAHuyOHGHW3TT8Ns5fgdmSlqsmAR0X6dAh7zqSfqbvetGU309PZrRXeOrL92vjmeSIdQ==
8381
- dependencies:
8382
- "@babel/runtime" "^7.15.4"
8383
- minimatch "^3.1.2"
8384
-
8385
8377
gatsby-plugin-mdx@^3.0.0:
8386
8378
version "3.20.0"
8387
8379
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.20.0.tgz#0dff5bc2812fa9ed5aa4e1ecf660d9bc5bc1abfa"
You can’t perform that action at this time.
0 commit comments