spandex-project / spandex

A platform agnostic tracing library
MIT License
333 stars 53 forks source link

Tweaking the dialyzer fixes for `Span.new()` #66

Closed zachdaniel closed 6 years ago

zachdaniel commented 6 years ago

This takes a different approach, to ensure that the create logic is always funneled through the update logic. Its a little bit more confusing, but ensures that the functionality between update and new are always aligned.