We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fdf3e commit 80f9246Copy full SHA for 80f9246
integrations/sentry-actix/Cargo.toml
@@ -12,8 +12,22 @@ Sentry client extension for actix-web
12
"""
13
edition = "2018"
14
15
+[features]
16
+default = ["with_sentry_default"]
17
+with_sentry_default = [
18
+ "sentry/with_client_implementation",
19
+ "sentry/with_default_transport",
20
+ "sentry/with_panic",
21
+ "sentry/with_failure",
22
+ "sentry/with_log",
23
+ "sentry/with_env_logger",
24
+ "sentry/with_device_info",
25
+ "sentry/with_rust_info",
26
+ "sentry/with_native_tls"
27
+]
28
+
29
[dependencies]
30
actix-web = { version = "0.7", default-features = false }
-sentry = { version = "0.15.3", path = "../../" }
31
+sentry = { version = "0.15.3", path = "../../", default-features = false }
32
failure = "0.1.3"
33
fragile = "0.3.0"
0 commit comments