You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add configuration to EdgeDataEntity.
* Update processHit to retrieve configuration from EdgeDataEntity while preserving older workflow.
* Update EdgeHitProcessorTests to set configuration in EdgeDataEntity
* Add functional tests which validate queued entities are processed correctly.
* Change order of 'if' to place most common path first.
* Update log message when edge.configId is missing or empty.
* Factor out code to get Edge configuration to reduce func lines of code.
* Factor out common check on event.data
* Consolidate common code to create and queue data entity in functional tests.
* Refactor common getEdgeConfig logic
* Use JSON asserts for EdgeExtensionTests
* Update function comments for getDataQueue
* Remove getXDMSharedState closure from EdgeHitProcessor as it is not used.
* Add SharedStateReader for EdgeHitProcessor to retrieve state data
* Wait for consent value to be set before continuing testing
* Update function comment to correct 'returns' statement
* Suspend hit queue after updating Consent status to capture hits in EdgeExtensionTests
Task description
For consistency with Android, we should cache the Edge config settings with the Event.
Additional implementation details or code snippet(s)
No response
The text was updated successfully, but these errors were encountered: