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
When I call this.$segment.track() from a method of my vue it works and I see the event in my segment dashboard.
When I call the exact same this.$segment.track() in an action from vuex it does not do any error but I don't see it in the dashboard of Segment, and this.$segment does exist, when I console log it I see an array of events that I wanted to track but that were not sent to Segment backend.