@launcher/component
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -31,3 +31,4 @@ import React__default, { useContext, createElement, useState, useEffect, createContext, Fragment } from 'react'; | ||
GoogleAnalytics.prototype.pageview = function (path) { | ||
ga('send', 'pageview', path); | ||
ga('set', 'page', path); | ||
ga('send', 'pageview'); | ||
}; | ||
@@ -34,0 +35,0 @@ GoogleAnalytics.prototype.event = function (category, action, label, value, params) { |
@@ -38,3 +38,4 @@ 'use strict'; | ||
GoogleAnalytics.prototype.pageview = function (path) { | ||
ga('send', 'pageview', path); | ||
ga('set', 'page', path); | ||
ga('send', 'pageview'); | ||
}; | ||
@@ -41,0 +42,0 @@ GoogleAnalytics.prototype.event = function (category, action, label, value, params) { |
{ | ||
"name": "@launcher/component", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"license": "Apache-2.0", | ||
@@ -50,3 +50,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "ade9319dd81da62ba67d8d81d32dae2764e2b3e4" | ||
"gitHead": "d02179ebf63ede859985d8bec5fb00e7167b69cb" | ||
} |
56871
1043