build scripts telemetry: attribute 'name' is not specified in a service message

GitOrigin-RevId: 0be6b6723750286149d47e93ee063c68e9305b2b
This commit is contained in:
Dmitriy.Panov
2024-09-04 19:50:19 +02:00
committed by intellij-monorepo-bot
parent ae319dfe5f
commit ef033154c6

View File

@@ -86,7 +86,7 @@ class TeamCityBuildMessageLogger : BuildMessageLogger() {
return operation()
}
finally {
print(ServiceMessageTypes.BLOCK_CLOSED)
println(SpanAwareServiceMessage(span = span, messageName = ServiceMessageTypes.BLOCK_CLOSED, attributes = attributes))
TraceManager.scheduleExportPendingSpans()
}
}