-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: Add sideloaded kit example #494
Conversation
70c4824
to
ceac3ae
Compare
core-sdk-samples/mp-sideloaded-kit-example/src/initialization.js
Outdated
Show resolved
Hide resolved
core-sdk-samples/mp-sideloaded-kit-example/src/session-handler.js
Outdated
Show resolved
Hide resolved
core-sdk-samples/mp-sideloaded-kit-example/src/user-attribute-handler.js
Outdated
Show resolved
Hide resolved
core-sdk-samples/higgs-shop-sample-app/src/layouts/App/index.tsx
Outdated
Show resolved
Hide resolved
core-sdk-samples/higgs-shop-sample-app/src/layouts/App/index.tsx
Outdated
Show resolved
Hide resolved
core-sdk-samples/mp-sideloaded-kit-example/src/user-attribute-handler.js
Outdated
Show resolved
Hide resolved
core-sdk-samples/mp-sideloaded-kit-example/src/user-attribute-handler.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Alex S <[email protected]>
9fe58e3
to
85d750d
Compare
core-sdk-samples/higgs-shop-sample-app/src/layouts/App/mpconfig.prod.json
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,683 @@ | |||
'use strict'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have a build task that produces these, rather than have them get committed?
Seems like the sideloaded kit wasn't checked in, just the app changes? |
@einsteinx2 - this was included initially but alex had some feedback about moving it, and it was dropped in one of the commits. it has now been added back after testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I'll defer to Alex on final approval
This is blocked by a release for the web sdk to support the feature. Once that has been released, we can merge this upon approval. We should update the package.json for the @mparticle/web-sdk to be 2.20.x |
package-lock.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete this file
# [1.5.0](v1.4.2...v1.5.0) (2023-03-21) ### Features * Add sideloaded kit example ([#494](#494)) ([bba9c2c](bba9c2c))
Instructions
Summary
This PR includes a custom sideloaded kit that will fire on every mapped mParticle method. The sideloaded kit was placed as a sibling of
higgs-shop-sample-app
.Testing Plan
Master Issue