Skip to content

Commit 6fb6709

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 19a14f2 commit 6fb6709

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/platforms/python/configuration/options.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,7 @@ A number between `0` and `1`, controlling the percentage chance a given session
430430
<SdkOption name="enable_logs" type='bool' defaultValue='False'>
431431

432432
Enables Sentry structured logs, allowing you to use the `sentry_sdk.logger` APIs
433-
to send logs to Sentry. This option being `True` is also the prerequisite for
434-
automatic capturing of logs from the standard library `logging` module or other
435-
logging integrations.
433+
to send logs to Sentry. This option must be set to `True` to automatically capture logs from Python’s built-in logging module or other supported logging integrations.
436434

437435
New in SDK version `2.35.0`. Prior to `2.35.0`, this option was experimental.
438436

0 commit comments

Comments
 (0)