This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add webview fail telemetry * Fix todo * Update focus-ios/Blockzilla/metrics.yaml Co-authored-by: Daniela Arcese <[email protected]> --------- Co-authored-by: Nishant Bhasin <[email protected]> Co-authored-by: Daniela Arcese <[email protected]>
- Loading branch information
1 parent
bb2777a
commit 875e46d
Showing
3 changed files
with
30 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -754,3 +754,27 @@ search: | |
- baseline | ||
no_lint: | ||
- BASELINE_PING | ||
|
||
webview: | ||
fail_provisional: | ||
type: event | ||
description: | | ||
Recorded when an error occurs on early webview navigation. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/17716 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/focus-ios/pull/3968 | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
fail: | ||
type: event | ||
description: | | ||
Recorded when an error occurred during navigation. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/17716 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/focus-ios/pull/3968 | ||
notification_emails: | ||
- [email protected] | ||
expires: never |