Skip to content

[Remix] Only attach keys defined in captureActionFormDataKeys #16140

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);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions