Skip to content

Commit 2ea1bd7

Browse files
committed
comment
1 parent 47b1645 commit 2ea1bd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sentry_sdk/consts.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,11 @@ def __init__(
11831183
:param enable_logs: Set `enable_logs` to True to enable the SDK to emit
11841184
Sentry logs. Defaults to False.
11851185
1186+
:param before_send_log: An optional function to modify or filter out logs
1187+
before they're sent to Sentry. Any modifications to the log in this
1188+
function will be retained. If the function returns None, the log will
1189+
not be sent to Sentry.
1190+
11861191
:param _experiments:
11871192
"""
11881193
pass

0 commit comments

Comments
 (0)