core-telemetry 0.1.9.1 → 0.1.9.2
raw patch · 3 files changed
+4/−3 lines, 3 filesdep ~core-programPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: core-program
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.1.9.1+version: 0.1.9.2 synopsis: Advanced telemetry description: This is part of a library to help build command-line programs, both tools and longer-running daemons.@@ -54,7 +54,7 @@ , bytestring , chronologique , core-data >=0.2.1.11- , core-program >=0.3.4+ , core-program >=0.4.4 , core-text >=0.3.5 , exceptions , http-streams
lib/Core/Telemetry/Console.hs view
@@ -81,6 +81,7 @@ formatLogMessage start now+ True SeverityInternal text atomically $ do
lib/Core/Telemetry/Honeycomb.hs view
@@ -256,7 +256,7 @@ ) q = buildRequest1 $ do- http POST (C.append "/1/batch/" (fromRope dataset))+ http POST (fromRope ("/1/batch/" <> dataset)) setContentType "application/json" setHeader "X-Honeycomb-Team" (fromRope (apikey))