hof 20.2.7 → 20.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/ga-tag.js +1 -1
  2. package/package.json +1 -1
package/lib/ga-tag.js CHANGED
@@ -45,7 +45,7 @@ module.exports = (app, config) => {
45
45
  const gaCrossDomainTrackingTagId = config.gaCrossDomainTrackingTagId;
46
46
  const routes = config.routes;
47
47
 
48
- if (gaTagId) {
48
+ if (gaTagId || ga4TagId) {
49
49
  const pageMap = setupPageMap(routes);
50
50
 
51
51
  app.use((req, res, next) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.2.7",
4
+ "version": "20.2.8",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",