Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(trends): fallback to event data for distinct_ids of personless events #27131

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

thmsobrmlr
Copy link
Contributor

Problem

Personless events do not have a person profile. Since we use the person profile to look up distinct_ids in the actor query, these actors appear without distinct_ids:

Screenshot 2024-12-23 at 15 22 42

Changes

This PR adds a fallback to distinct_ids of the underlying events, starting with the trends query. This will need to be implemented for other query types as well.

Screenshot 2024-12-23 at 15 22 35 Screenshot 2024-12-23 at 15 38 48

How did you test this code?

Tested locally. The actors and trend queries have many layers of abstraction, hoping eventual issues will be caught in CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant