-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/v5 card adds analytics config data #2724
Conversation
…ata for the (Custom)Card comp
…esented in configData as a boolean
… callback functions have been defined
…s now ready to be sent in
🦋 Changeset detectedLatest commit: 51d4251 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +5.15 kB (+0.44%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
Quality Gate passedIssues Measures |
Summary
Adding a
configData
object to theinfo
event (type:'rendered')
for/checkoutanalytics
This object will contain details of the configuration that the component has been set up with.
We're starting out with the config for the
Card
component, but will later expand it toDropin
, other components and even some of the top levelCheckout
configurationTested scenarios
Unit tests added for the generation of card related
configData
Relates to issue: COWEB-1351 (checkoutanalytics mvp)