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
import { analytics } from 'meteor/percolatestudio:segment.io';
I suspect the analytics instance is not the same as the one loaded the key in another place
as it doesn't send analytics when I import but when I use the global variable it works fine.
any advice ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
When I tried to adapt to es6 importing syntax
import { analytics } from 'meteor/percolatestudio:segment.io';
I suspect the analytics instance is not the same as the one loaded the
key
in another placeas it doesn't send analytics when I import but when I use the global variable it works fine.
any advice ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: