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 6ebec27 commit e3313a1Copy full SHA for e3313a1
src/commonMain/kotlin/spp.protocol/instrument/span/LiveSpan.kt
@@ -14,6 +14,7 @@ import spp.protocol.instrument.LiveSourceLocation
14
*/
15
@Serializable
16
data class LiveSpan(
17
+ val name: String,
18
override val location: LiveSourceLocation,
19
override val condition: String? = null,
20
override val expiresAt: Long? = null,
0 commit comments