-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(userToken): generate in-memory anonymous user tokens by default #441
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit cbe7131:
|
1d3c527
to
94cd97a
Compare
94cd97a
to
ffdc25c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm on the fence about the anon-
prefix, but it's not blocking
It's really confusing that this new |
Events are sent again by default even without setting a userToken nor using the cookie, since #441.
This PR introduces a new initialization parameter:
anonymousUserToken
. This boolean (set totrue
by default) generates an in-memory anonymous user token which is sent with every Insights event.See FX-2303 for more information.