-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
error data is not being captured correctly at sentry as setContent() data must be an object
that-api-functions/functions/brinks/src/lib/that/validateCheckoutSession.js
Lines 55 to 56 in a6eef4e
| Sentry.setContext('metadata', metadata); | |
| Sentry.setContext('errors', errorList); |
E.g.:
Sentry.setContent('errors', { errorList });Not
Sentry.setContent('errors, errorList);
Check all setContent() calls to ensure the are formatted correctly.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working