core-telemetry 0.2.3.4 → 0.2.3.5
raw patch · 2 files changed
+1/−11 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
core-telemetry.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: core-telemetry-version: 0.2.3.4+version: 0.2.3.5 synopsis: Advanced telemetry description: This is part of a library to help build command-line programs, both tools and longer-running daemons.
lib/Core/Telemetry/Observability.hs view
@@ -456,16 +456,6 @@ Right value -> pure value {- |-Send a span value up by hand.--This handles a number of convenient things for you, and takes care of a few edge-cases.---@since 0.2.1--}--{- | Start a new trace. A random identifier will be generated. You /must/ have a single \"root span\" immediately below starting a new trace.