appsignal-elixir v2.2.15 Release Notes

  • ๐Ÿ”„ Changed

    • ๐Ÿšฆ ab876253 patch - Bump agent to v-d573c9b

      • Clean up payload storage before sending. Should fix issues with locally queued payloads blocking data from being sent.
      • Add OpenTelemetry support for the Span API. Not currently implemented in this package's extension.

    ๐Ÿ›  Fixed

    • ๐Ÿšฆ d66ad2d8 patch - Always return the Span from Span.set_attribute/3, making it easier to chain this function call.