JSFiddle - React, Tailwind, and code Playground
by batcave
JavaScript
httpService.post().then(response => {
if (response.status === 'something') {
// todo: trigger error to sentry with information
}
if (response.status === 'something else') {
// todo: trigger error to sentry with information
}
})