Added first round of analytics and event tracking BOD-190
This commit is contained in:
@@ -47,7 +47,7 @@ try {
|
||||
|
||||
export { messaging };
|
||||
|
||||
export const logImEXEvent = async (eventName, additionalParams) => {
|
||||
export const logImEXEvent = (eventName, additionalParams) => {
|
||||
const state = store.getState();
|
||||
const eventParams = {
|
||||
shop:
|
||||
|
||||
Reference in New Issue
Block a user