Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 16:38
· 47 commits to main since this release
5717fbb

Minor Changes

  • #53 da43624 Thanks @iivvaannxx! - Add support for an integrations feature to easily integrate with external systems that require a specific configuration. Introduces a commerceEvents and a commerceWebhooks integrations that are available from @adobe/aio-lib-telemetry/integrations which can be used to automatically configure context propagation for requests or events coming from Adobe Commerce Webhooks or Adobe Commerce Events.

  • #47 6fb3032 Thanks @iivvaannxx! - Automatically mark root spans with an error status if they return a response that matches an unsuccessful response shape (according to App Builder documentation)

  • #53 da43624 Thanks @iivvaannxx! - Deprecate custom x-telemetry-context header. From now on, if invoking via HTTP requests, propagated context doesn't need to be nested inside that header. Following the W3C Trace Propagation spec, you can send the traceparent (and related) headers as normal headers. They will be picked from __ow_headers instead. Note that this only applies for runtime actions invoked via HTTP requests. When invoked via events you should still use the special __telemetryContext variables or specify yourself where to find the context carrier.