talker icon indicating copy to clipboard operation
talker copied to clipboard

feat: add missing error setting for dio logger

Open Ali1Ammar opened this issue 9 months ago • 0 comments

Thanks a lot for contributing!

Currently, there are settings available to control logging for request and response fields, but not for error logging. This PR addresses this by introducing error settings for the Dio logger:

  • printErrorData
  • printErrorHeaders
  • printErrorMessage
  • errorFilter

Ali1Ammar avatar May 07 '24 22:05 Ali1Ammar