diff --git a/content/posts/2018-11-01-gatsby-plugin-matomo/index.md b/content/posts/2018-11-01-gatsby-plugin-matomo/index.md index 5480f9ee..47fff03f 100644 --- a/content/posts/2018-11-01-gatsby-plugin-matomo/index.md +++ b/content/posts/2018-11-01-gatsby-plugin-matomo/index.md @@ -24,6 +24,7 @@ Plugin for [Gatsby](https://www.gatsbyjs.org) to add tracking with the open-sour * don't load anything in non-production environments * consent mode for privacy * allow loading tracking script locally +* define paths to be excluded from tracking * dev mode for local development ## Usage diff --git a/package.json b/package.json index 55a12b9e..659bfd68 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-favicon": "^3.1.4", "gatsby-plugin-feed": "^2.0.11", "gatsby-plugin-lunr": "^1.2.0", - "gatsby-plugin-matomo": "^0.5.1", + "gatsby-plugin-matomo": "^0.6.0", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^2.0.18", "gatsby-plugin-react-helmet": "^3.0.4",