Skip to content

Commit 3f08cfc

Browse files
committed
address feedback
1 parent 881a5a7 commit 3f08cfc

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/python/integrations/rust_tracing

1 file changed

+2
-2
lines changed

docs/platforms/python/integrations/rust_tracing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pip install --upgrade sentry-sdk
2929

3030
## Configure
3131

32-
As with installing, `RustTracingIntegration` requires some work in both Python and Rust.
32+
As with installing, configuring `RustTracingIntegration` requires some work in both Python and Rust.
3333

3434
### Rust
3535

@@ -130,7 +130,7 @@ sentry_sdk.init(
130130

131131
To see the results on [sentry.io](https://sentry.io), go to the Traces section for your project and search for a Python span that calls a function from your Rust native extension. If the integration is working and the Rust function is instrumented with the Rust `tracing` framework, then the Python span will have a Rust child, and the Rust child may have a whole tree of Rust spans beneath it.
132132

133-
The `pyo3-python-tracing-subscriber` crate has [a working example of a Sentry integration](https://github.com/codecov/pyo3-python-tracing-subscriber/tree/main/demo).
133+
The `pyo3-python-tracing-subscriber` crate has [a working example of a Sentry integration](https://github.com/getsentry/pyo3-python-tracing-subscriber/tree/main/demo).
134134

135135
## Options
136136

0 commit comments

Comments
 (0)