Skip to content

Commit 7fd1c93

Browse files
committed
Document the fact that we require protoc to build the bindings
1 parent a33d2ad commit 7fd1c93

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

bindings/matrix-sdk-ffi/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This uses [´uniffi´](https://mozilla.github.io/uniffi-rs/Overview.html) to build the matrix bindings for native support and wasm-bindgen for web-browser assembly support. Please refer to the specific section to figure out how to build and use the bindings for your platform.
44

5+
# OpenTelemetry support
6+
7+
The bindings have support for OpenTelemetry, allowing for the upload of traces to
8+
any OpenTelemetry collector. This support is provided through the
9+
[`opentelemetry`](https://docs.rs/opentelemetry/latest/opentelemetry/)
10+
crate, which requires the [`protoc`] binary to be installed during the build
11+
process.
12+
513
## Platforms
614

715
### Swift/iOS sync
@@ -10,4 +18,4 @@ This uses [´uniffi´](https://mozilla.github.io/uniffi-rs/Overview.html) to bui
1018

1119
### Swift/iOS async
1220

13-
TBD
21+
TBD

0 commit comments

Comments
 (0)