Skip to content

Commit d90b1aa

Browse files
committed
add-site-to-posthog
1 parent 191daa0 commit d90b1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/posthog/ActivityMonitor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ class ActivityMonitor(private val project: Project, cs: CoroutineScope) : Dispos
169169
mutableDetails["ide.build"] = ApplicationInfo.getInstance().build.asString()
170170
mutableDetails["server.version"] = serverInfo?.applicationVersion.toString()
171171
mutableDetails["server.deploymentType"] = serverInfo?.deploymentType.toString()
172+
mutableDetails["site"] = serverInfo?.site.toString()
172173

173174
postHog?.capture(
174175
UniqueGeneratedUserId.userId,

0 commit comments

Comments
 (0)