Merge branch '6.0.x'
Closes gh-13150
This commit is contained in:
@@ -377,7 +377,6 @@ public final class ObservationFilterChainDecorator implements FilterChainProxy.F
|
||||
|
||||
private void error(Throwable error) {
|
||||
if (this.state.get() == 1) {
|
||||
this.scope.close();
|
||||
this.scope.getCurrentObservation().error(error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user