[feedback] IJPL-162562 Show evaluation feedback form to new non-commercial users

GitOrigin-RevId: acb75deabd4ad80d7e35070b07e1638278f0d4b5
This commit is contained in:
Yuriy Artamonov
2024-10-12 22:04:15 +02:00
committed by intellij-monorepo-bot
parent 83833b28b5
commit edff214c9e

View File

@@ -27,6 +27,7 @@ class JetBrainsFeedbackReporter(private val productName: String,
"build" to if (appInfo.isEAP) build.asStringWithoutProductCode() else build.asString(),
"timezone" to System.getProperty("user.timezone", ""),
"eval" to (LicensingFacade.getInstance()?.isEvaluationLicense == true).toString(),
"license" to (LicensingFacade.getInstance()?.subType ?: "unknown")
))
}