Closed jasonjkeller closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.59%. Comparing base (
7ce4777
) to head (ab39281
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes a gap in the
vertx-web
instrumentation where transactions weren't getting started when handling HTTP/2 requests.Weaves the
io.vertx.core.http.impl.HttpServerConnection
interface instead of just theHttp1xServerConnection
implementation. This results inHttp1xServerConnection
being weaved as well as the previously un-instrumentedHttp2ServerConnection
implementation.