You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determines whether captured structured logs should be sent to Sentry.
197
-
This option is only available when the `logs` feature is enabled.
198
197
199
198
</SdkOption>
200
199
201
200
<SdkOptionname="before_send_log"type='Fn'>
202
201
203
202
Callback that is executed for each Log being captured. When `None` is returned from the function, the log record is dropped. To pass the log record through, return the log record itself.
204
203
205
-
This option is only available when the `logs` feature is enabled.
206
-
207
204
</SdkOption>
208
205
209
206
210
207
## Session Tracking Options
211
208
212
-
The following features and options are only available when the `release-health` feature of the `sentry` crate is enabled.
209
+
The following features and options are only available when the `release-health` feature of the `sentry` crate is enabled. This is a default feature.
0 commit comments