Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

[Bug]: Use snake case for monitoring event properties #152

Closed dpasque closed 12 months ago

dpasque commented 12 months ago

Quick summary

Our internal tracks tool expects not just the event names, but also the property names to be snake_case. Whoops! They're like all getting rejected right now! 🤦

Steps to reproduce

Fire a track event from the client that has a camelcase property.

... see it get rejected on our a8c backend processing.

Browser

No response

Other notes

No response