Hi again,
I have a pretty strange issue.
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.