Hi,
We are trying to send event name in app.analytics.increment function (on App platform).
We are using the following code:
await app.analytics.increment(“button-click”, { “key”: “value” })
However in the table the event name is shown as buttonclick (without the hyphen). Refer ss
How can we send event names with hyphens?
TIA!