Skip to content

Commit b180268

Browse files
authored
Update docs/platforms/rust/common/configuration/options.mdx
1 parent 2bfc41b commit b180268

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
@@ -107,7 +107,7 @@ The default value of `MaxRequestBodySize::Medium` will capture request bodies up
107107

108108
<SdkOption name="before_send" type='Fn'>
109109

110-
This function is called with the event payload, and can return a modified event object, or `null` to skip reporting the event. This can be used, for instance, for manual PII stripping before sending.
110+
This function is called with the event payload, and can return a modified event object, or `None` to skip reporting the event. This can be used, for instance, for manual PII stripping before sending.
111111

112112
By the time `before_send` is executed, all scope data has already been applied to the event. Further modification of the scope won't have any effect.
113113

0 commit comments

Comments
 (0)