Files
calendar/packages/lib/sdk-event.ts
T
Hariom BalharaandGitHub 1730ef7d5d feat: Add framework to send all events fired for embed to Analytics Apps (#15173)
* Send all events to analytics apps

* feat: Start sending all events fired for embed to Analytics Apps(GTM Support added)

* Add tests
2024-05-31 16:07:09 +00:00

5 lines
458 B
TypeScript

// We can't use sdkActionManager without embed because sdkActionManager needs embed namespace to be able to inform the correct embed namespace in parent
// We should plan to create 2 sdkActionManager instances and fire events on both of them if we want to remove dependency on embed
// Because right now(and in near future) we need only those events which are fired from embed, we are fine
export { sdkActionManager } from "@calcom/embed-core/embed-iframe";