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
In #757, the user wanted to disable Segment in order to respect user preferences. In my use case, we get information about the user at run time that determines if we should or shouldn't track them.
Because the client gets initialized at app load, before user data is fetched, we aren't able to disable immediately. I'd love to be able to do something like:
A similar behavior seems to exist in Analytics.js (link) so this doesn't seem out of the question. I know it's been flagged as a wontfix but the feature parity would be nice.
The text was updated successfully, but these errors were encountered:
In #757, the user wanted to disable Segment in order to respect user preferences. In my use case, we get information about the user at run time that determines if we should or shouldn't track them.
Because the client gets initialized at app load, before user data is fetched, we aren't able to disable immediately. I'd love to be able to do something like:
A similar behavior seems to exist in Analytics.js (link) so this doesn't seem out of the question. I know it's been flagged as a wontfix but the feature parity would be nice.
The text was updated successfully, but these errors were encountered: