Merge branch '6.0.x'

Closes gh-13150
This commit is contained in:
Josh Cummings
2023-05-10 16:15:13 -06:00
2 changed files with 19 additions and 1 deletions

View File

@@ -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);
}
}