Closed objectuser closed 2 years ago
@objectuser sorry for pushing a concurrent change, I only saw the PR after had everything ready locally. It was a bit more complex than just updating the type - we actually want to have a configuration set as a keyword list but allow DataDog logger to accept both keyword and map to prevent breaking changes. I've pushed a new release to address that. Thank you for PR anyway ❤️
The
@callback
spec for the formatterinit
function was speced with a keyword list but the actual type is a map. This changes the spec and the two existing implemenations that returned lists to return maps.Fixes #95