Closed timonjagi closed 1 year ago
Hi! Just fyi we have released today a brand new, ground-up rewritten version 2.0 of this plugin. It uses our new, also rewritten and long-term supported 2.x+ native SDKs. Everything, including the navigation tracking, is working better and more stable in those.
We have also pushed a PR to the awesome-cordova-plugins
repository. Once the PR gets merged and released, you should be able to use both those plugins in your Ionic project (Capacitor is also fully supported and tested by us internally).
Please then kindly consult our docs to migrate to the v2.0 as there were some breaking changes in the API. I'll gladly be of any help if you run to any issues.
Thanks!
I'm implementing Smartlook on an Ionic v6 project using
this.smartlook.trackNavigationEvent
to track screen transitions, but when I define a new event on the dashboard, the events are not being detected.I'm defining the event as a ''Visited Screen" event with
screen_name
being the name passed totrackNavigationEvent
I'm assuming this is the correct way to do it since the documentation on Recording Navigation says