We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988794a commit ea87782Copy full SHA for ea87782
ide-common/src/main/kotlin/org/digma/intellij/plugin/common/UniqueGeneratedUserId.kt
@@ -17,6 +17,7 @@ object UniqueGeneratedUserId {
17
userId = "$userName@${CommonUtils.getLocalHostname()}"
18
isDevUser = true
19
} else if (System.getenv("devenv") == "externalUserSimulator") {
20
+ //this is just to overcome my own deleted external user which can not be recreated in posthog
21
if (service<PersistenceService>().getUserId() == null) {
22
service<PersistenceService>().setUserId(generateUniqueUserId("digma"))
23
}
0 commit comments