gatsby-plugin-matomo icon indicating copy to clipboard operation
gatsby-plugin-matomo copied to clipboard

πŸ₯‚ Gatsby plugin to add Matomo (formerly Piwik) onto a site.

Results 27 gatsby-plugin-matomo issues
Sort by recently updated
recently updated
newest added

Bumps [babel-preset-gatsby-package](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby-package) from 2.17.0 to 2.19.0. Changelog Sourced from babel-preset-gatsby-package's changelog. 2.19.0 (2022-07-19) 🧾 Release notes Note: Version bump only for package babel-preset-gatsby-package 2.18.0 (2022-07-05) 🧾 Release notes Chores reduce...

dependencies

Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 Commits 99cb019 17.1.2...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.1.3. Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.20.0. Release notes Sourced from eslint's releases. v8.20.0 Features ca83178 feat: catch preprocess errors (#16105) (JounQin) Bug Fixes 30be0ed fix: no-warning-comments rule escapes special RegEx...

dependencies

Hi, i installed your plugin and can't get it work. No matter production or dev-mode. ![image](https://user-images.githubusercontent.com/6065285/137981397-5b1f24ba-761a-4e8a-b22c-dfbedd41a91f.png) More Info: - Matomo V4.5.0 - system check is OK - I tested in...

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.2.1. Release notes Sourced from eslint-plugin-prettier's releases. v4.2.1 4.2.1 Patch Changes #485 5736ed5 Thanks @​JounQin! - chore: reuse prettierRcOptions instead of resolveConfig again v4.2.0 4.2.0...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 πŸ”— Changelog 2.7.0 diff πŸ”— Release note Changelog Sourced from prettier's changelog. 2.7.1 diff Keep useful empty...

dependencies

The following code results in an event being tracked for every visit to a website or app: https://github.com/kremalicious/gatsby-plugin-matomo/blob/b99a9a6c163b7a6b4bcd977967dffe4ddd3f10c3/src/gatsby-browser.js#L51-L59 Unfortunately with the javascript load duration event being tracked in Matomo, the...

Thanks for making this plugin! I have been in discussion with the Matomo support team about an issue we've been experiencing and they've noticed that >the _paq variable is declared...