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

@@ -79,7 +79,7 @@ revolt-models = { path = "../core/models", features = [
"rocket",
] }
revolt-presence = { path = "../core/presence" }
revolt-result = { path = "../core/result", features = ["rocket", "okapi"] }
revolt-result = { path = "../core/result", features = ["rocket", "okapi", "sentry"] }
revolt-permissions = { path = "../core/permissions", features = ["schemas"] }
[build-dependencies]