This repository was archived by the owner on Oct 15, 2019. It is now read-only.
This repository was archived by the owner on Oct 15, 2019. It is now read-only.
Add server-side integration #27
Open
Description
Problem
This is how I do things now:
- I call
identify(userId, traits)
from the back end. - I then only call
identify(userId)
from the front end
..and because there is no server side integration, the first identify
call with traits
doesn't work. Leaving me without traits in Sentry.
Solution
Add Server-side integration
Cheers,
Victor