notelem·vor 2 Jahren·discussMac code signing needs the machine id?https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...Why then is the unique machine id collected on Linux?
notelem·vor 2 Jahren·discuss> They collect some telemetry by defaultI wondered why every time I upgraded bun macos would pop up a permissions dialog. This explains that.Anyway, it can be disabled by adding the following to your environment: export DO_NOT_TRACK=1 This is the data collected:https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...This 64 bit machine_id line is concerning:https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...It may be a unique identifier for your machine.
https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...
https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...
Why then is the unique machine id collected on Linux?