mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
committed by
intellij-monorepo-bot
parent
4a00dbd491
commit
a84875ed35
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user