fix: make sentry dep optional

This commit is contained in:
Zomatree
2025-07-31 10:46:47 +01:00
parent 249a4818fc
commit d7cf809424
5 changed files with 16 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ aws-sdk-s3 = { version = "1.46.0", features = ["behavior-version-latest"] }
revolt-config = { version = "0.8.8", path = "../config", features = [
"report-macros",
] }
revolt-result = { version = "0.8.8", path = "../result" }
revolt-result = { version = "0.8.8", path = "../result", features = ["sentry"] }
# image processing
jxl-oxide = "0.8.1"