From 57614df355c2d3ead01f2c628aee0e3f5d2f37c9 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 2f2faad73..f7afabcda 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -589,6 +589,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