UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

17 lines (16 loc) 399 B
import { createUserEvents as u } from "../../Analytics/analytics/user-events.js"; function i({ analyticsEnabled: e, componentName: t }) { const r = u(e, t); return r.updateBaseTrackingPayload?.({ sdkVersion: "1.11.0" }), { userEvents: r, subscribe(s) { return e ? (r.subscribe?.(s), () => r.unsubscribe?.(s)) : () => { }; } }; } export { i as setupAnalytics };