Skip to content

v3.0.0

Compare
Choose a tag to compare
@edx-semantic-release edx-semantic-release released this 22 Aug 20:47
· 38 commits to master since this release
cadb9ed

3.0.0 (2019-08-22)

Features

BREAKING CHANGES

  • logAPIErrorResponse(error, customAttrs) is renamed to logApiClientError(error, customAttrs). It uses processAxiosError which clients can also leverage to normalize axios error objects. logApiClientError will take a messagePrefix specified in customAttrs and prepend that to error messages.