Is trackFormChange supported?

Hi.

The function trackFormChange exists but it’s not in any documentation (unlike trackLinkClick).

Is the method supposed to be able to be invoked directly manually, or rather an internal API only the SDK itself uses?

Hello @makoto,

What you’re referring to is not a public API of JavaScript tracker, but core part, which supposed to be common internal platform-independent module responsible for contexts/payload/encoding machinery and used by our JavaScript and Node.js trackers. Particular trackFormChange is used by formTrackingManager, which itself used when you enable form tracking.

If you believe something is missing from our docs then you can check public JS tracker APIs all these methods must be documented, and I believe they are all documented.