hs-opentelemetry-utils-exceptions

Exception utilities for OpenTelemetry instrumentation

https://github.com/iand675/hs-opentelemetry#readme

Stackage Nightly 2026-07-30:1.0.0.0
Latest on Hackage:1.0.0.0

See all snapshots hs-opentelemetry-utils-exceptions appears in

BSD-3-Clause licensed by Ian Duncan, Jade Lovelace
Maintained by [email protected]
This version can be pinned in stack with:hs-opentelemetry-utils-exceptions-1.0.0.0@sha256:30a68f9d5a0c20d2b400ca65384089267afb28eb8c5670a85ec4c7b8eefa5ca2,1751

Module documentation for 1.0.0.0

OpenTelemetry Utilities for Haskell Exceptions

hs-opentelemetry-utils-exceptions

This package provides utilities for using OpenTelemetry with the exceptions package.

See https://github.com/yesodweb/yesod/issues/1533 for discussion on some subtle issues that may arise from using MonadMask.

Changes

Changelog for exceptions

1.0.0.0 - 2026-05-29

  • Promoted to 1.0.0.0 for the hs-opentelemetry 1.0 release.

0.2.0.2

  • Relax hs-opentelemetry-api bounds to support 0.3.x

0.2.0.1

  • Support newer dependencies

0.2.0.0

Breaking changes

  • Use HashMap Text Attribute instead of [(Text, Attribute)] as attributes