Add client_session context entity if anonymous tracking with session tracking is enabled (close #1124) - #1135
Merged
Matus Tomlein (matus-tomlein) merged 3 commits intoJan 16, 2023
Conversation
…tracking is enabled (close #1124)
Matus Tomlein (matus-tomlein)
requested a review
from Peter Perlepes (igneel64)
December 23, 2022 13:23
BundleMonFiles added (6)
Total files change +92.44KB 0% Final result: ✅ View report in BundleMon website ➡️ |
Peter Perlepes (igneel64)
force-pushed
the
release/3.8.0
branch
from
January 3, 2023 13:11
d5ce457 to
22845ba
Compare
Matus Tomlein (matus-tomlein)
requested a review
from Paul Boocock (paulboocock)
January 9, 2023 07:55
| }); | ||
| }); | ||
|
|
||
| function createTracker(configuration?: TrackerConfiguration) { |
Peter Perlepes (igneel64)
approved these changes
Jan 9, 2023
Matus Tomlein (matus-tomlein)
changed the base branch from
master
to
release/3.9.0-beta.1
January 16, 2023 10:56
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #1124
Adds the
client_sessioncontext entity to events even in case anonymous tracking with session tracking is enabled. That means with this configuration:In that case, the
userIdandpreviousSessionIdproperties of the entity are anonymised (we do the same on the mobile trackers). TheuserIdis assigned a zero UUID (00000000-0000-0000-0000-000000000000) while thepreviousSessionIdis null.