IJPL-39320 Switch all IntelliJ recorders to UTF-8 in field values

Disable character escaping for MP recorder

GitOrigin-RevId: 3645304a833f67ebb78316aa449cf62a6376a687
This commit is contained in:
Daniil.Bubnov
2024-08-19 10:14:36 +00:00
committed by intellij-monorepo-bot
parent 4a00dbd491
commit a84875ed35
@@ -16,7 +16,8 @@ class MarketplaceEventLoggerProvider : StatisticsEventLoggerProvider(
version = 1,
sendFrequencyMs = TimeUnit.MINUTES.toMillis(10),
maxFileSizeInBytes = 10 * 1024,
sendLogsOnIdeClose = true
sendLogsOnIdeClose = true,
isCharsEscapingRequired = false
) {
override fun isRecordEnabled(): Boolean {
val app = ApplicationManager.getApplication()