We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3313a1 commit 686227eCopy full SHA for 686227e
src/commonMain/kotlin/spp.protocol/instrument/span/LiveSpan.kt
@@ -14,7 +14,7 @@ import spp.protocol.instrument.LiveSourceLocation
14
*/
15
@Serializable
16
data class LiveSpan(
17
- val name: String,
+ val operationName: String,
18
override val location: LiveSourceLocation,
19
override val condition: String? = null,
20
override val expiresAt: Long? = null,
0 commit comments