segmentio / segmentio/analytics.js-integrations
[sentry] Add server-side integration
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 125
- Forks
- 136
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 1
Description
Migrated from #27 by @pudgereyem
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing Sentry integration and the repository's conventions for server-side integrations. Trace how identify(userId, traits) is handled today, then determine the required server-side entry point and verify that traits reach Sentry when the client later calls identify(userId).
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100