From 77c25142c7b210dece4dcb942cf88162be0ff734 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 25 Jul 2023 19:21:49 +0200 Subject: [PATCH] Add sentry debug-images --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e406946..0301cde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ textwrap = "0.16.0" regex = "1.8.3" chrono = "0.4.25" dateparser = "0.2.0" -sentry = "0.31.3" +sentry = { version = "0.31.3", features = ["debug-images"] } moka = { version = "0.11.1", features = ["future"] } axum = "0.6.18" smallvec = { version = "1.10.0", features = ["serde"] }