We’ve standardized our tracker’s HTML attributes to improve compatibility across frameworks.
Why this matters
Previously, we used the data-s:event format — which worked fine in plain HTML, but caused issues in frameworks with JSX markup that don’t support colons in attribute names.
What changed
We’ve replaced data-s:event with a more universal data-s:event syntax.
It now works seamlessly across all major frameworks and continues to function the same way in plain HTML.