Skip to content

[🚀 Feature]: Simplify Selenium Manager architecture telemetry #15970

Open
@titusfortner

Description

@titusfortner

Description

We are currently collecting too many unnecessary values for architecture.
These are the only values we care about:

windows:
amd64
arm64
x64
x86

Linux:
x86_64
aarch64
armv7l

Mac:
x86_64
arm64

Everything that isn't one of these things should be recorded and sent as "other"
further we should normalize these values, we only need to know if it is one of these 4:

  • x86
  • x86_64
  • arm64
  • arm7l

So we should convert/normalize x64, amd64 and aarch64

Have you considered any alternatives or workarounds?

We don't have to normalize, but there's not a good reason to avoid it if we're adjusting things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions