Parse User Agent String Into Relevant Parts (Device, OS, Version) #27
Labels
enhancement
help wanted
priority-1
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
In order to provide valuable insights, we need to split our
user_agent.string
into the relevant parts so that we can determine, Operating System, Device and version.
This looks promising: https://github.com/elixir-inspector/ua_inspector
(based on https://github.com/matomo-org/device-detector ...)
Todo
and extend the
user_agents
schema to include all the fields extracted byUAInspector
.The text was updated successfully, but these errors were encountered: