We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b1645 commit 2ea1bd7Copy full SHA for 2ea1bd7
sentry_sdk/consts.py
@@ -1183,6 +1183,11 @@ def __init__(
1183
:param enable_logs: Set `enable_logs` to True to enable the SDK to emit
1184
Sentry logs. Defaults to False.
1185
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
+
1191
:param _experiments:
1192
"""
1193
pass
0 commit comments