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
The ClickHouse driver integration now respects the experimental
`data_collection.database_query_data` option when deciding whether to
attach `db.params` and `db.result` to spans and breadcrumbs.
When the option is set, it takes precedence over `send_default_pii`:
`database_query_data: True` attaches query params and results even
without PII enabled, and `database_query_data: False` suppresses them
even when `send_default_pii=True`. When the option is not set, behavior
is unchanged and falls back to the existing `send_default_pii` check.
Refs PY-2587
Refs #6747
0 commit comments