Skip to content

Commit ac63b75

Browse files
author
Stephen Cefali
authored
remove unneeded gtm (#7094)
1 parent 4942caa commit ac63b75

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"gatsby": "^4.0.0",
3333
"gatsby-cli": "^4.0.0",
3434
"gatsby-plugin-algolia": "^0.11.2",
35-
"gatsby-plugin-google-gtag": "^4.0.0",
3635
"gatsby-plugin-mdx": "^3.0.0",
3736
"gatsby-plugin-meta-redirect": "^1.1.1",
3837
"gatsby-plugin-react-helmet": "^3.3.10",

src/gatsby/config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,6 @@ const getPlugins = () => {
9191
'gatsby-plugin-sass',
9292
'gatsby-plugin-zeit-now',
9393
'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-
},
10994
{
11095
resolve: `gatsby-transformer-remark`,
11196
options: {

yarn.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8374,14 +8374,6 @@ gatsby-plugin-algolia@^0.11.2:
83748374
gatsby-cli "^1.1.58"
83758375
lodash.chunk "^4.2.0"
83768376

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-
83858377
gatsby-plugin-mdx@^3.0.0:
83868378
version "3.20.0"
83878379
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.20.0.tgz#0dff5bc2812fa9ed5aa4e1ecf660d9bc5bc1abfa"

0 commit comments

Comments
 (0)