packages feed

core-telemetry 0.2.7.2 → 0.2.7.3

raw patch · 2 files changed

+6/−4 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Core.Telemetry.Identifiers: data Span
+ Core.Telemetry.Identifiers: data Trace

Files

core-telemetry.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           core-telemetry-version:        0.2.7.2+version:        0.2.7.3 synopsis:       Advanced telemetry description:    This is part of a library to help build command-line programs, both tools and                 longer-running daemons.@@ -23,12 +23,12 @@ bug-reports:    https://github.com/aesiniath/unbeliever/issues author:         Andrew Cowie <istathar@gmail.com> maintainer:     Andrew Cowie <istathar@gmail.com>-copyright:      © 2021-2022 Athae Eredh Siniath and Others+copyright:      © 2021-2023 Athae Eredh Siniath and Others license:        MIT license-file:   LICENSE build-type:     Simple tested-with:-    GHC == 8.10.7+    GHC == 8.10.7, GHC == 9.2.5 extra-doc-files:     HoneycombTraceExample.png     honeycomb-sad-trace.png
lib/Core/Telemetry/Identifiers.hs view
@@ -17,7 +17,9 @@ -} module Core.Telemetry.Identifiers     ( -- * Traces and Spans-      getIdentifierTrace+      Trace+    , getIdentifierTrace+    , Span     , getIdentifierSpan     , setIdentifierSpan