-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…17864) * Added FXIOS-7559 [v121] health metrics telemetry (#17844) * Add crashed last launch metric * Add cpu exception telemetry * Add hang exception * Update link * Fix warning * Update links (cherry picked from commit 0898ac8) # Conflicts: # Client/Telemetry/TelemetryWrapper.swift # Client/metrics.yaml * Fix conflicts --------- Co-authored-by: OrlaM <[email protected]> Co-authored-by: Laurie Marceau <[email protected]>
- Loading branch information
1 parent
6606641
commit 06ec6e3
Showing
5 changed files
with
125 additions
and
2 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
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 |
---|---|---|
|
@@ -4689,3 +4689,46 @@ app_errors: | |
notification_emails: | ||
- [email protected] | ||
expires: never | ||
crashed_last_launch: | ||
type: event | ||
description: | | ||
Recorded when the previous session ended as a result of a crash | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16827 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17844 | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
cpu_exception: | ||
type: event | ||
description: | | ||
Recorded when a cpu exception is triggered | ||
extra_keys: | ||
size: | ||
description: | | ||
Total CPU time consumed in the scope of the exception | ||
type: quantity | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16828 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17844 | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
hang_exception: | ||
type: event | ||
description: | | ||
Recorded when the main thread hangs | ||
extra_keys: | ||
size: | ||
description: | | ||
Total time the main thread was blocked | ||
type: quantity | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/16829 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/17844 | ||
notification_emails: | ||
- [email protected] | ||
expires: never |
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