adobe / acc-js-sdk

A JavaScript SDK for Adobe Campaign Classic
Apache License 2.0
21 stars 22 forks source link

Passing pushdown options to observability layer #87

Closed kvikram1988 closed 1 year ago

kvikram1988 commented 1 year ago

Description

Passing the pushdown options onto the observability layer so that it can be used in applications to log various errors with pushdown information.

Right now, the errors get logged with very generic SOAP names like acc-js-sdk.soap.request.xtk:queryDef#ExecuteQuery. However, with pushdown options, developers can pass specific names to the SOAP APIs which can be used in logging.

Related Issue

NEO-61187

Motivation and Context

The main goal of this PR is to pass down the pushdown options to the observability layer too. This will be helpful for applications using acc-js-sdk to get access of the options to log errors with better information.

How Has This Been Tested?

Tested in Web UI context

Screenshots (if appropriate):

Types of changes

Checklist: