Skip to content

Commit 81e9962

Browse files
authored
Update index.mdx
1 parent 684c9d4 commit 81e9962

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/rust/guides/actix-web

1 file changed

+1
-1
lines changed

docs/platforms/rust/guides/actix-web/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fn main() -> io::Result<()> {
4444
"___PUBLIC_DSN___",
4545
sentry::ClientOptions {
4646
release: sentry::release_name!(),
47-
// Capture all traces and spans. Set to a lower value in production.
47+
// Capture all traces and spans. Set to a lower value in production
4848
traces_sample_rate: 1.0,
4949
// Capture user IPs and potentially sensitive headers when using HTTP server integrations
5050
// see https://docs.sentry.io/platforms/rust/data-management/data-collected for more info

0 commit comments

Comments
 (0)