Skip to content

[Remix] Only attach keys defined in captureActionFormDataKeys #16140

Closed
@s1gr1d

Description

@s1gr1d

Description

The current function which applies the form attributes does not make use of the captureActionFormDataKeys. However, according to the documentation, it should give users the possibility to define specific keys: https://docs.sentry.io/platforms/javascript/guides/remix/manual-setup/#server-side-configuration

The current function:

if (options?.sendDefaultPii && options.captureActionFormDataKeys) {
await storeFormDataKeys(args, span);
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions