-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Iteration Utahraptor, Iteration Velociraptor
-
Not Needed
Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
Replace the userID in the Segment telemetry to NOT contain anonymousID but AUID
userID can only be the AUID
!!! We should not call the identify calls to Segment is the userID is null
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
_https://app.segment.com/mongodb/sources/compass_prod/debugger_
Steps to Reproduce
How could an engineer replicate the issue you're reporting?
check the logs in debugger and see that
a/ we have identify calls with no userID
b/ we have identify calls with userID that are not the 64 char string from AUID but a copy of anonymousID
Expected Results
What do you expect to happen?
userID only contain AUID
Actual Results
What do you observe is happening?
Additional Notes
Any additional information that may be useful to include.
- split to
-
COMPASS-7661 Identify shouldn't be called without the user id
- Closed