Skip to content

Commit

Permalink
infra: log response text
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam committed Jan 27, 2019
1 parent a0c6e54 commit 818d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Analytics {
.then(response => {
if (!response.ok) {
log.error(response)
log.error(response.body.text())
log.error(response.text())
}
return response
})
Expand Down

0 comments on commit 818d0ba

Please # to comment.