File tree Expand file tree Collapse file tree
packages/core/src/types-hoist Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments