xwp / site-performance-tracker

Allows you to detect and track site performance metrics
GNU General Public License v2.0
96 stars 15 forks source link

Create GA tracker object before the event #74

Closed Tonnie-Exelero closed 2 years ago

Tonnie-Exelero commented 2 years ago

Fixes #73 by introducing the following:

Tasks

Describe the Approach

As described here, GA delivery would require the tracker object created before the event. This is the fix that has been introduced in this PR.