Update bug numbers to URLs for activation ping

Earlier versions of Glean supported bug numbers of the metadata, but this causes
ambiguity, particularly for Fenix where issues exist in both Bugzilla and
Github. This just updates the Bugzilla numbers to full URLs.

We made the use of numbers an error sometime ago, but neglected to enforce this
on "pings" in addition to "metrics".  A future version of `glean_parser` [1] will make
this an error and this will set Fenix up to be ready for that.

[1] https://github.com/mozilla/glean_parser/pull/262
upstream-sync
Michael Droettboom 3 years ago committed by Christian Sadilek
parent 994ec4d55a
commit fedc2e1187

@ -12,8 +12,8 @@ activation:
an hashed version of the Google Advertising ID.
include_client_id: false
bugs:
- 1538011
- 1501822
- https://bugzilla.mozilla.com/1538011/
- https://bugzilla.mozilla.com/1501822/
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
notification_emails:

Loading…
Cancel
Save