v1.1.0
Minor Changes
-
#53
da43624Thanks @iivvaannxx! - Add support for anintegrationsfeature to easily integrate with external systems that require a specific configuration. Introduces acommerceEventsand acommerceWebhooksintegrations that are available from@adobe/aio-lib-telemetry/integrationswhich can be used to automatically configure context propagation for requests or events coming from Adobe Commerce Webhooks or Adobe Commerce Events. -
#47
6fb3032Thanks @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
da43624Thanks @iivvaannxx! - Deprecate customx-telemetry-contextheader. 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 thetraceparent(and related) headers as normal headers. They will be picked from__ow_headersinstead. Note that this only applies for runtime actions invoked via HTTP requests. When invoked via events you should still use the special__telemetryContextvariables or specify yourself where to find the context carrier.