snowplow / snowplow/snowplow-javascript-tracker
Events sent to different collectors have different event_ids
Open
@paulboocock is already working on this.
Since Feb 12, 2021.
status:needs_triage
type:enhancement
type:question
- Dominant language
- TypeScript
- Stars
- 590
- Forks
- 232
- Avg merge
- 2h 22m
- Merged PRs (30d)
- 3
Description
If you have multiple collectors active and tell all of them to send an event, that event is actually generated separately for each tracker instance, so the resulting events will have different eids.
This is because the substance of the events might be different (they will have different tnas and may differ in other ways, for example in whether they are base 64 encoded).
But will it cause problems later on?
Contributor guide
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.
Assessment
This issue has not been assessed yet.