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

Issues reported as "Unknown OS" #942

Closed
vaind opened this issue Jul 12, 2022 · 3 comments · Fixed by #958
Closed

Issues reported as "Unknown OS" #942

vaind opened this issue Jul 12, 2022 · 3 comments · Fixed by #958

Comments

@vaind
Copy link
Collaborator

vaind commented Jul 12, 2022

Looks like iOS/macOS issues are missing the OS info. Examples:

@bruno-garcia
Copy link
Member

Thanks for raising Ivan. We need to look into this.

@marandaneto
Copy link
Contributor

The issue is that we have to merge all the context items instead of adding them only if it does not exist:

} else if (eventContexts[key] == null) {
eventContexts[key] = value;
}

@ueman
Copy link
Collaborator

ueman commented Jul 20, 2022

See also #766

@brustolin brustolin moved this from Needs Discussion to Backlog in Mobile & Cross Platform SDK Jul 21, 2022
@marandaneto marandaneto moved this from Backlog to In Progress in Mobile & Cross Platform SDK Jul 25, 2022
Repository owner moved this from In Progress to Done in Mobile & Cross Platform SDK Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants