1
0
Fork 0

For #8803 - review: move forward metric expiration date.

We primarily want to determine if this is a problem area for us to
investigate rather than a long term measurement to keep so we should set
the expiration date accordingly. Furthermore, this code executes before
crash reporting is init so it's ideal to remove it sooner rather than
later.
master
Michael Comella 2020-04-15 11:13:36 -07:00 committed by Michael Comella
parent f49fc6dad2
commit 2888d66ce0
2 changed files with 6 additions and 6 deletions

View File

@ -2007,7 +2007,7 @@ startup.timeline:
notification_emails:
- perf-android-fe@mozilla.com
- mcomella@mozilla.com
expires: "2020-10-01"
expires: "2020-07-15"
framework_start_error:
send_in_pings:
- startup-timeline
@ -2022,7 +2022,7 @@ startup.timeline:
notification_emails:
- perf-android-fe@mozilla.com
- mcomella@mozilla.com
expires: "2020-10-01"
expires: "2020-07-15"
clock_ticks_per_second:
send_in_pings:
- startup-timeline
@ -2037,4 +2037,4 @@ startup.timeline:
notification_emails:
- perf-android-fe@mozilla.com
- mcomella@mozilla.com
expires: "2020-10-01"
expires: "2020-07-15"

File diff suppressed because one or more lines are too long