-
Notifications
You must be signed in to change notification settings - Fork 76
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
lib/crypto: add special handling to help diagnose #1212 #1329
base: master
Are you sure you want to change the base?
Conversation
It looks like errors will bubble as required (https://app.circleci.com/pipelines/github/alxndrsn/odk-central-backend/2154/workflows/983ec96f-ce7f-48c5-bef3-4018454754a4/jobs/2082):
This test case has now been fixed. |
This error is thrown for debugging https://github.com/getodk/central-backend/issues/1212. | ||
NOTE this is logging secret material so MUST NOT run outside of test environments. | ||
`, { cause: ex }); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an extra comment requesting any info logged gets added to the github issue.
Help diagnose #1212 by logging more details when the error occurs in CI.