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

Switch all event properties to snake_case #153

Closed dpasque closed 12 months ago

dpasque commented 12 months ago

What Does This PR Add/Change?

Some of our Tracks events were getting rejected. Turns out all property names need to be snake_case, not camelCase!

So, this updates them. 👍

Testing Instructions

Issues

Related to #
Closes #152

dpasque commented 12 months ago

I'm going to merge/deploy this for now because 1) it's low risk, and 2) I really want to stop sending bad Tracks data haha