Skip to content

Commit

Permalink
add language to the basic logs
Browse files Browse the repository at this point in the history
(cherry picked from commit 7cac78a81c2bb8f9a96ec317e5a9f696e26d904b)

# Conflicts:
#	community/platform/platform-impl/src/com/intellij/codeInsight/inline/completion/logs/InlineCompletionLogsListener.kt


(cherry picked from commit fd5f2b30aa17ab550faf6ed1801f84a238dcd4bb)

IJ-CR-150460


(cherry picked from commit 095c2e0596bfccbedb08be7dad1162dd33a4e7c2)

IJ-CR-150522

GitOrigin-RevId: cf4467f668265977d9d9ef93f8a0fa1d3f207ace
  • Loading branch information
daniilbubnov-jetbrains authored and intellij-monorepo-bot committed Dec 5, 2024
1 parent 1c4e666 commit bf73d5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private object StartingLogs : PhasedLogs(Phase.INLINE_API_STARTING) {
val REQUEST_ID = registerBasic(EventFields.Long("request_id"))
val REQUEST_EVENT = register(EventFields.Class("request_event"))
val INLINE_API_PROVIDER = registerBasic(EventFields.Class("inline_api_provider"))
val FILE_LANGUAGE = register(EventFields.Language("file_language"))
val FILE_LANGUAGE = registerBasic(EventFields.Language("file_language"))
}

private object FinishingLogs : PhasedLogs(Phase.INLINE_API_FINISHING) {
Expand Down

0 comments on commit bf73d5e

Please sign in to comment.