From c1b842bf8b439dd01da4c86b5a24fe198ac73bab Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 27 Sep 2022 22:24:21 +0200 Subject: Add Sentry --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e06a5e2..a292a40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,3 +25,4 @@ rand = "0.8.5" dotenv = "0.15.0" config = "0.10" lazy_static = "1.4.0" +sentry = "0.27.0" -- cgit v1.2.3-71-g8e6c