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 9038cd5 commit b2c0fefCopy full SHA for b2c0fef
bindings/matrix-sdk-ffi/Cargo.toml
@@ -26,7 +26,7 @@ js = ["matrix-sdk-ui/js"]
26
native-tls = ["matrix-sdk/native-tls", "sentry?/native-tls"]
27
# Use Rustls as the TLS implementation, necessary on Android platforms.
28
rustls-tls = ["matrix-sdk/rustls-tls", "sentry?/rustls"]
29
-# Enable sentry error monitoring, not compatible on Wasm platforms.
+# Enable sentry error monitoring, not compatible with Wasm platforms.
30
sentry = ["dep:sentry", "dep:sentry-tracing"]
31
32
[dependencies]
0 commit comments