snowplow / snowplow/snowplow-javascript-tracker

Events sent to different collectors have different event_ids

Open
#293 10 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.