chore: add workspace type property in request run analytics event (#3820)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
export type HoppRequestEvent =
|
||||
| {
|
||||
platform: "rest" | "graphql-query" | "graphql-schema"
|
||||
platform: "rest"
|
||||
strategy: string
|
||||
workspaceType: "personal" | "team"
|
||||
}
|
||||
| {
|
||||
platform: "graphql-query" | "graphql-schema"
|
||||
strategy: string
|
||||
}
|
||||
| { platform: "wss" | "sse" | "socketio" | "mqtt" }
|
||||
|
||||
Reference in New Issue
Block a user