We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
captureActionFormDataKeys
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
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:
sentry-javascript/packages/remix/src/server/errors.ts
Lines 132 to 134 in df0636d
The text was updated successfully, but these errors were encountered:
onurtemizkan
No branches or pull requests
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-configurationThe current function:
sentry-javascript/packages/remix/src/server/errors.ts
Lines 132 to 134 in df0636d
The text was updated successfully, but these errors were encountered: