Skip to content

Commit 596dd79

Browse files
committed
comments
1 parent 491ca23 commit 596dd79

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/core/src/types-hoist/datacollection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* Controls how key-value data (headers, cookies, query params) is collected and filtered.
3+
*
34
* - `true`: Collect all data without filtering (empty denylist). Senstive values like keys and tokens are always filtered out.
45
* - `false`: Do not collect any data.
56
* - `{ allow: string[] }`: Collect only the specified keys.

packages/core/src/types-hoist/options.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ export interface ClientOptions<TO extends BaseTransportOptions = BaseTransportOp
397397
/**
398398
* Controls what data the SDK collects and sends to Sentry.
399399
* All fields are optional — omitted fields use the documented defaults.
400-
*
401-
* @see https://develop.sentry.dev/sdk/foundations/client/data-collection/
402400
*/
403401
dataCollection?: DataCollection;
404402

0 commit comments

Comments
 (0)