feat: introduce more events into the analytics pipeline (#3156)

This commit is contained in:
Andrew Bastin
2023-06-24 10:18:35 +05:30
committed by GitHub
parent 64c5077506
commit 8c0aff8863
22 changed files with 307 additions and 8 deletions

View File

@@ -71,7 +71,8 @@ export class WSConnection {
this.handleError(error as SyntaxError)
}
platform.analytics?.logHoppRequestRunToAnalytics({
platform.analytics?.logEvent({
type: "HOPP_REQUEST_RUN",
platform: "wss",
})
}