Skip to content

Commit 071345b

Browse files
committed
fix default
1 parent 073a65c commit 071345b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/interfaces

sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/interfaces/Observe.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ interface TracesApi {
6161
* @param name The name of the span
6262
* @param attributes The attributes to record with the span
6363
*/
64-
fun startSpan(name: String, attributes: Attributes): Span
64+
fun startSpan(name: String, attributes: Attributes = Attributes.empty()): Span
6565
}
6666

6767
/**

0 commit comments

Comments
 (0)