Skip to content

Commit ea87782

Browse files
committed
change user id format
1 parent 988794a commit ea87782

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/common/UniqueGeneratedUserId.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ object UniqueGeneratedUserId {
1717
userId = "$userName@${CommonUtils.getLocalHostname()}"
1818
isDevUser = true
1919
} else if (System.getenv("devenv") == "externalUserSimulator") {
20+
//this is just to overcome my own deleted external user which can not be recreated in posthog
2021
if (service<PersistenceService>().getUserId() == null) {
2122
service<PersistenceService>().setUserId(generateUniqueUserId("digma"))
2223
}

0 commit comments

Comments
 (0)