You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently merged a change in the posthog-js client to process the list autocaptured elements as a string, rather than an object. We noticed in your plugin that you are using $elements, and wanted to give you a heads up that you will need to update your code to use $elements_chain instead.
Right now, this change is behind a flag, and only internal Posthog traffic is using $elements_chain. Our plan is to expand this usage over the next couple of weeks, but we didn't want to break your plugin :-).