Skip to content

Commit

Permalink
Remove deprecated instrumentLibrary method (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar authored Jul 1, 2022
1 parent 342b8da commit a759f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private List<Span> getExported() {
}
return exported.stream()
.flatMap(req -> req.getResourceSpansList().stream())
.flatMap(rs -> rs.getInstrumentationLibrarySpansList().stream())
.flatMap(rs -> rs.getScopeSpansList().stream())
.flatMap(ils -> ils.getSpansList().stream())
.collect(toImmutableList());
}
Expand Down

0 comments on commit a759f7a

Please sign in to comment.