What are you trying to achieve?
Due to how browsers emit telemetry, the information about the environment resources (OS, IP, browser) can be captured from the existing protocol metadata (for example: IP of the browser, User-Agent HTTP header for OS and browser vendor/version), instead of including it in the payload. Converting this information to resources would be rather easy, but considering the information is already present in the metadata, it might just bloat the protocol with no real benefits. What would be the consensus here?
What are you trying to achieve?
Due to how browsers emit telemetry, the information about the environment resources (OS, IP, browser) can be captured from the existing protocol metadata (for example: IP of the browser,
User-AgentHTTP header for OS and browser vendor/version), instead of including it in the payload. Converting this information to resources would be rather easy, but considering the information is already present in the metadata, it might just bloat the protocol with no real benefits. What would be the consensus here?