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
{{ message }}
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
Hi @pudgereyem, as part of the monorepo migration, this issue has been moved to new issue. Our engineers have been notified and will prioritize and work on it ASAP. Thank you!
Problem
This is how I do things now:
identify(userId, traits)
from the back end.identify(userId)
from the front end..and because there is no server side integration, the first
identify
call withtraits
doesn't work. Leaving me without traits in Sentry.Solution
Add Server-side integration
Cheers,
Victor
The text was updated successfully, but these errors were encountered: