Skip to content

Commit dea5cf7

Browse files
authored
Merge pull request #2381 from digma-ai/add-site-to-posthog
add-site-to-posthog
2 parents 191daa0 + d90b1aa commit dea5cf7

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)