-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not add a dummy metric to the deletion-request ping anymore
This for now also removed the auto-generated documentation for the ping. That's a bug in the glean_parser and will be fixed later.
- Loading branch information
Showing
5 changed files
with
5 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,21 +244,3 @@ glean.error: | |
- all_pings | ||
no_lint: | ||
- COMMON_PREFIX | ||
|
||
glean.deletion_request: | ||
optout: | ||
type: boolean | ||
description: | ||
Signals that the user opted out of sending technical and interaction data. | ||
This will always be true and is currently a workaround | ||
until Glean allows to send empty pings | ||
(https://bugzilla.mozilla.org/show_bug.cgi?id=1599422). | ||
bugs: | ||
- https://bugzilla.mozilla.org/1587095 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/1587095#c3 | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- deletion_request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters