You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bump package version for release
Extra commit as the previous two were tagged as `chore` not `fix` and hence the standard release didn't trigger any release at all.
fix: trim correctly catches integer values
On giving any non-string value to any of the parameters of ReactGA.event we are getting error r.replace is not a function, add s.toString().replace so we will get no error.
feat: allow onerror callback in loadGA
This will allow callers to set an onerror callback on the script tag for Google Analytics. Some ad blockers cause Google Analytics to fail to load so this would allow callers to handle that error.