From 29ef4535e75a37a1345958d1234a15d4f48b460b Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Mon, 9 May 2022 21:28:43 -0400 Subject: [PATCH] Bring back Sentry so we don't have to change the code that would call it --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 0b1404b47..c19762fa1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -569,6 +569,7 @@ dependencies { implementation Deps.mozilla_ui_tabcounter implementation Deps.mozilla_lib_crash + implementation Deps.lib_crash_sentry implementation Deps.mozilla_lib_state implementation Deps.mozilla_lib_dataprotect debugImplementation Deps.leakcanary