Skip to content

Commit 3fafe1b

Browse files
committed
reword
1 parent bc15113 commit 3fafe1b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/core/src/types/datacollection.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ export interface DataCollection {
7979
};
8080

8181
/**
82-
* Include data associated with database queries, such as parameters provided to a query, statement values, or returned results.
83-
* Structural metadata (database system, query summary, table) is always collected regardless of this setting.
82+
* Include data associated with database queries. This controls collection of query parameters, inline literal values within query text, mutation/request bodies, and returned result data.
83+
*
84+
* Sanitized or parameterized DB statements (`db.query.text`) are **not** controlled by this property. Structural metadata such as the database system, query summary, operation name, or the table being acted upon is also **always** collected.
8485
* @default true
8586
*/
8687
databaseQueryData?: boolean;

0 commit comments

Comments
 (0)