-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When profiles are merged by the APM worker, all profile properties are lost, as well as PII information. Profile traits and Segments are merged.
To Reproduce
Tested on v 1.1.1
- On a device send a Sign-up event with email.main, firstname and lastname. The profile is correctly created with The email.main property and PII.firstname and PII.lastname are set.
- On another device, send a pageview event first. An anonymous profile is created.
- On this second device, send a sign-in event with the same email as the first device
- The profiles are merged, but all properties and PII are lost. The profile is set as anonymous.
Expected behavior
The profiles should be merged, and they should inherit the set properties and PII from the first profile.
Instead, the profiles are correctly merged but they are set as Anonymous without properties or PII.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working