Skip to content

Commit da731b4

Browse files
authored
Update options.mdx
1 parent 0630531 commit da731b4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,27 +189,24 @@ Setting this to `true` disables SSL certificate validation when sending outbound
189189

190190
## Logging Options
191191

192-
The following features and options are only available when the `logs` feature of the `sentry` crate is enabled.
192+
The following features and options are only available when the `logs` feature of the `sentry` crate is enabled. This is not a default feature.
193193

194194
<SdkOption name="enable_logs" type='bool' defaultValue='true'>
195195

196196
Determines whether captured structured logs should be sent to Sentry.
197-
This option is only available when the `logs` feature is enabled.
198197

199198
</SdkOption>
200199

201200
<SdkOption name="before_send_log" type='Fn'>
202201

203202
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.
204203

205-
This option is only available when the `logs` feature is enabled.
206-
207204
</SdkOption>
208205

209206

210207
## Session Tracking Options
211208

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.
213210

214211
<SdkOption name="auto_session_tracking" type='bool' defaultValue='false'>
215212

0 commit comments

Comments
 (0)