Skip to content

Commit 4512625

Browse files
committed
add value parameter
1 parent 924a2b0 commit 4512625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/gettingstarted/GettingStartedAuthUtils.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ fun emitUserState(project: Project) {
246246
datum("auth_userState"){
247247
createTime(Instant.now())
248248
unit(Unit.NONE)
249+
value(1.0)
249250
passive(true)
250251
metadata("source", getStartupState().toString())
251252
metadata("authStatus", getAuthStatus(project).toString())

0 commit comments

Comments
 (0)