From 8a63818f31558b92459328549487cd98a67c4a07 Mon Sep 17 00:00:00 2001 From: Jade Date: Mon, 10 Nov 2025 01:33:50 +0000 Subject: [PATCH] feat: Enable sentry compilation feature --- src/main/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index a2db05ce..fe7268c7 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -62,7 +62,8 @@ standard = [ "media_thumbnail", "systemd", "url_preview", - "zstd_compression" + "zstd_compression", + "sentry_telemetry" ] full = [ "standard",