-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
fix: user prop updater staging #7443
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
useEffect(() => { | ||
// User properties *must* be set before sending corresponding event properties, | ||
// so that the event contains the correct and up-to-date user properties. | ||
user.set(CustomUserProperties.USER_AGENT, navigator.userAgent) |
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.
are we sure these are also ok to move into the statsig provider? 👀 might run into the issue of these use effects running at the same time as other ones that send events I think? nbd would just keep an eye on it
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
5 flaky tests on run #14956 ↗︎
Details:
cypress/e2e/swap/uniswapx.test.ts • 5 flaky tests • e2eReview all test suite changes for PR #7443 ↗︎ |
staging hotfix for #7442