We are using the client-side javascript SDK (via the snippet-based integration) for Application Insights to track custom events
appInsights.trackEvent({name:"WinGame"});
How can I add custom properties to this? Something like this?!
appInsights.trackEvent({name:"WinGame", customProperties:{gameName:"Game 1", player:"my player 1"}});