opentelemetry-wai 0.3.0 → 0.3.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
opentelemetry-wai.cabal view
@@ -2,7 +2,7 @@ name: opentelemetry-wai description: OpenTelemetry middleware for wai category: OpenTelemetry-version: 0.3.0+version: 0.3.1 license-file: LICENSE license: Apache-2.0 author: Dmitry Ivanov
src/OpenTelemetry/Network/Wai/Middleware.hs view
@@ -9,7 +9,7 @@ import OpenTelemetry.Propagation -- Semantic conventions for HTTP spans:--- https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-http.md+-- https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md middleware :: Application -> Application middleware app = \req sendResp -> do