Skip to content

[Remix] Only attach keys defined in captureActionFormDataKeys #16140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
s1gr1d opened this issue Apr 28, 2025 · 0 comments
Open

[Remix] Only attach keys defined in captureActionFormDataKeys #16140

s1gr1d opened this issue Apr 28, 2025 · 0 comments
Assignees
Labels

Comments

@s1gr1d
Copy link
Member

s1gr1d commented Apr 28, 2025

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

@linear linear bot added the Task label Apr 28, 2025
@onurtemizkan onurtemizkan self-assigned this Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants