You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/rust/guides/actix-web/index.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ fn main() -> io::Result<()> {
44
44
"___PUBLIC_DSN___",
45
45
sentry::ClientOptions {
46
46
release:sentry::release_name!(),
47
+
// Capture all traces and spans. Set to a lower value in production.
48
+
traces_sample_rate:1.0,
47
49
// Capture user IPs and potentially sensitive headers when using HTTP server integrations
48
50
// see https://docs.sentry.io/platforms/rust/data-management/data-collected for more info
49
51
send_default_pii:true,
@@ -89,4 +91,4 @@ Learn more about manually capturing an error or message in our <PlatformLink to=
89
91
90
92
</Alert>
91
93
92
-
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.
94
+
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.
0 commit comments