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 684c9d4 commit 81e9962Copy full SHA for 81e9962
docs/platforms/rust/guides/actix-web/index.mdx
@@ -44,7 +44,7 @@ fn main() -> io::Result<()> {
44
"___PUBLIC_DSN___",
45
sentry::ClientOptions {
46
release: sentry::release_name!(),
47
- // Capture all traces and spans. Set to a lower value in production.
+ // Capture all traces and spans. Set to a lower value in production
48
traces_sample_rate: 1.0,
49
// Capture user IPs and potentially sensitive headers when using HTTP server integrations
50
// see https://docs.sentry.io/platforms/rust/data-management/data-collected for more info
0 commit comments