We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error data is not being captured correctly at sentry as setContent() data must be an object
setContent()
that-api-functions/functions/brinks/src/lib/that/validateCheckoutSession.js
Lines 55 to 56 in a6eef4e
Sentry.setContent('errors', { errorList });
Not Sentry.setContent('errors, errorList);
Sentry.setContent('errors, errorList);
Check all setContent() calls to ensure the are formatted correctly.
The text was updated successfully, but these errors were encountered:
brettski
No branches or pull requests
error data is not being captured correctly at sentry as
setContent()
data must be an objectthat-api-functions/functions/brinks/src/lib/that/validateCheckoutSession.js
Lines 55 to 56 in a6eef4e
E.g.:
Not
Sentry.setContent('errors, errorList);
Check all
setContent()
calls to ensure the are formatted correctly.The text was updated successfully, but these errors were encountered: