-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record entire context for every event.
Previously, some pieces of context were set on the batch (static context such as library info, device info, etc.). This had the advantage of reducing the payload size (send it once instead of 20 times in 20 event batch). But by adding gzip support we don't really need to do this as much anymore. So now we store the entire context with every payload, which represents the context at the time of the event (rather than upload) more accurately.
- Loading branch information
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters