From 782d82a50fa0af56b8a534104fa7b960b58a239b Mon Sep 17 00:00:00 2001 From: Alex Franchuk Date: Thu, 2 Apr 2026 15:25:03 -0400 Subject: [PATCH] Bug 2028576 - Add the Thunderbird crashreporter client application --- repositories.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/repositories.yaml b/repositories.yaml index dddac4a1..2e9948a4 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -571,6 +571,8 @@ applications: branch: main notification_emails: - afranchuk@mozilla.com + - crash-reporting-wg@mozilla.org + - stability@mozilla.org dependencies: - glean-core - crashping @@ -2033,6 +2035,28 @@ applications: expiration_policy: delete_after_days: 90 + - app_name: thunderbird_crashreporter + canonical_app_name: Thunderbird Crash Reporter + app_description: >- + The Thunderbird desktop crash reporter client. + url: https://github.com/mozilla/releases-comm-central + notification_emails: + - afranchuk@mozilla.com + - crash-reporting-wg@mozilla.org + - stability@mozilla.org + dependencies: + - glean-core + - crashping + channels: + - v1_name: thunderbird-crashreporter + app_id: thunderbird.crashreporter + moz_pipeline_metadata_defaults: + expiration_policy: + delete_after_days: 400 + moz_pipeline_metadata: + crash: + expiration_policy: + delete_after_days: 775 - app_name: thunderbird_android canonical_app_name: Thunderbird for Android