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 f78ba5b commit 0d8ce11Copy full SHA for 0d8ce11
docs/platforms/rust/guides/axum/index.mdx
@@ -45,10 +45,10 @@ async fn failing() -> () {
45
46
fn main() -> io::Result<()> {
47
let _guard = sentry::init((
48
- "https://[email protected]/4508694563782656",
+ "___PUBLIC_DSN___",
49
sentry::ClientOptions {
50
release: sentry::release_name!(),
51
- // Capture all traces. Set to a lower value in production.
+ // Capture all traces and spans. Set to a lower value in production.
52
traces_sample_rate: 1.0,
53
// Capture user IPs and potentially sensitive headers when using HTTP server integrations
54
// see https://docs.sentry.io/platforms/rust/data-management/data-collected for more info
0 commit comments