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
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
Need an alternate means of type checking values passed to analytics.Tracker.send method.
Basically if you share a tracker between background and foreground pages you can "send" an EventBuilder, as it'll end up just sending an empty hit with the hitType == '[object]'.
Work around, create a separate tracker for use in foreground.