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

@@ -37,7 +37,7 @@ async-std = { version = "1.8.0", features = [
# core
authifier = { version = "1.0.15" }
revolt-result = { path = "../core/result" }
revolt-result = { path = "../core/result", features = ["sentry"] }
revolt-models = { path = "../core/models" }
revolt-config = { path = "../core/config" }
revolt-database = { path = "../core/database" }