Skip to content

Commit 0d8ce11

Browse files
committed
public dsn
1 parent f78ba5b commit 0d8ce11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/rust/guides/axum/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ async fn failing() -> () {
4545

4646
fn main() -> io::Result<()> {
4747
let _guard = sentry::init((
48-
"https://[email protected]/4508694563782656",
48+
"___PUBLIC_DSN___",
4949
sentry::ClientOptions {
5050
release: sentry::release_name!(),
51-
// Capture all traces. Set to a lower value in production.
51+
// Capture all traces and spans. Set to a lower value in production.
5252
traces_sample_rate: 1.0,
5353
// Capture user IPs and potentially sensitive headers when using HTTP server integrations
5454
// see https://docs.sentry.io/platforms/rust/data-management/data-collected for more info

0 commit comments

Comments
 (0)