mozilla-mobile / telemetry-ios

A generic library for sending telemetry pings from iOS applications to Mozilla's telemetry service.
Mozilla Public License 2.0
28 stars 23 forks source link

Include the bundle identifier in at least the core ping #104

Open st3fan opened 6 years ago

st3fan commented 6 years ago

We suspect that some of our telemetry is submitted by forks of Firefox. Having the bundle identifier in the ping would let us more easily see from what application the ping is coming from.

Should this default to the identifier of the Main bundle, maybe even with no option to modify it? So that forks will have to go through extra effort to change this?