Skip to content

Commit 9f8bbb7

Browse files
authored
fix(rust): Fix code snippet
1 parent ceb2cef commit 9f8bbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fn main() {
5858
# ___PRODUCT_OPTION_END___ logs
5959
..sentry::ClientOptions::default()
6060
},
61-
});
61+
));
6262

6363
// Register the Sentry tracing layer
6464
tracing_subscriber::registry()

0 commit comments

Comments
 (0)