Skip to content

@effect-messaging/nats@0.7.1

Choose a tag to compare

@github-actions github-actions released this 21 Jan 18:07
· 11 commits to main since this release

Patch Changes

  • #120 d439eed Thanks @wewelll! - Fix error span attributes for Datadog error tracking

    • Changed tag to _tag property check to correctly extract error type from Effect's TaggedError
    • Wrapped Cause.squashWith calls in String() to ensure span attributes are always strings
    • This ensures error.type, error.message, and error.stack are properly set for Datadog error tracking