Remove duplicate "exceptionBelongsTo" check in SentinelResourceAspect (#964)
This commit is contained in:
parent
a0f13bad38
commit
ebcf89024c
|
|
@ -64,7 +64,7 @@ public class SentinelResourceAspect extends AbstractSentinelAspectSupport {
|
|||
throw ex;
|
||||
}
|
||||
if (exceptionBelongsTo(ex, annotation.exceptionsToTrace())) {
|
||||
traceException(ex, annotation);
|
||||
traceException(ex);
|
||||
return handleFallback(pjp, annotation, ex);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue