Skip to content

Commit e3313a1

Browse files
committed
add name
1 parent 6ebec27 commit e3313a1

File tree

1 file changed

+1
-0
lines changed
  • src/commonMain/kotlin/spp.protocol/instrument/span

1 file changed

+1
-0
lines changed

src/commonMain/kotlin/spp.protocol/instrument/span/LiveSpan.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import spp.protocol.instrument.LiveSourceLocation
1414
*/
1515
@Serializable
1616
data class LiveSpan(
17+
val name: String,
1718
override val location: LiveSourceLocation,
1819
override val condition: String? = null,
1920
override val expiresAt: Long? = null,

0 commit comments

Comments
 (0)