Improves Telemetry by generating unique User Ids rather than using the cmake build ID. This will allow us to track Python users which are currently lumped into a single user per wheel.
There is no test for this but it can be tested by enabling FLAMEGPU_TELEMETRY_TEST_MODE.
Note that the User Id will be salted and hashed by Telemetry deck.
PR Closes #1212
Improves Telemetry by generating unique User Ids rather than using the cmake build ID. This will allow us to track Python users which are currently lumped into a single user per wheel.
There is no test for this but it can be tested by enabling
FLAMEGPU_TELEMETRY_TEST_MODE
.Note that the User Id will be salted and hashed by Telemetry deck.