bump to api v9 now that it's live

This commit is contained in:
ouwou
2021-04-21 18:18:26 -04:00
parent 6467ddd68b
commit d21b51c4dd
7 changed files with 47 additions and 41 deletions

View File

@@ -147,6 +147,7 @@ void to_json(nlohmann::json &j, const IdentifyProperties &m) {
j["os"] = m.OS;
j["browser"] = m.Browser;
j["device"] = m.Device;
j["system_locale"] = m.SystemLocale;
j["browser_user_agent"] = m.BrowserUserAgent;
j["browser_version"] = m.BrowserVersion;
j["os_version"] = m.OSVersion;