EvanLjp opened a new pull request #5426: URL: https://github.com/apache/skywalking/pull/5426
Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bug fix - [ ] New feature provided - Related issues https://github.com/apache/skywalking/pull/5416 ___ ### New feature or improvement - Describe the details and related test reports. now logic is only adjust status when throw ignore exception, first we define 2 kinds of exception. IgnoreException and OtherException if response code is 500 and don't throw exception ,the final status is error. if response code is 500 and throw OtherException,the final status is errror. if response code is 500 and throw IgnoreException,the final status is not error. for example in spring mvc, maybe throw exception would be cause response code is 500, if the exception could be ignored,the span final staus would be not error ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
