Skip to content

Commit 0c89bc8

Browse files
authored
Update docs/platforms/rust/common/configuration/options.mdx
1 parent a6e4853 commit 0c89bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/rust/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This option can be overridden using `in_app_include`.
8585

8686
<SdkOption name="before_breadcrumb" type='Fn'>
8787

88-
This function is called with a breadcrumb object before the breadcrumb is added to the scope. When `None` is returned from the function, the breadcrumb is dropped. To pass the breadcrumb through, return the first argument, which contains the breadcrumb object.
88+
This function is called with a breadcrumb object before the breadcrumb is added to the scope. When `None` is returned from the function, the breadcrumb is dropped. To pass the breadcrumb through, return the breadcrumb itself.
8989

9090
</SdkOption>
9191

0 commit comments

Comments
 (0)