iand675 / hs-opentelemetry

OpenTelemetry support for the Haskell programming language
https://iankduncan.com/projects/opentelemetry
BSD 3-Clause "New" or "Revised" License
73 stars 34 forks source link

Where did `inSpan''` go? #99

Open ocharles opened 1 year ago

ocharles commented 1 year ago

We used to have a version of inSpan'' that took an explicit CallStack. However, in 0.1 inSpan'' no longer takes a CallStack (and seems to be identical to the type of inSpan'). Is this intentional? If so, what should I do if I have a CallStack I want to use instead of using whatever HasCallstack has?