Add missing doc
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
42a579a6d4
commit
6c82393bcb
+1
@@ -73,6 +73,7 @@ interface AnalyticsService : AnalyticsTracker, ErrorTracker {
|
||||
*/
|
||||
fun removeLongRunningTransaction(longRunningTransaction: AnalyticsLongRunningTransaction): AnalyticsTransaction?
|
||||
|
||||
/** Enter a span inside the Rust SDK tracing system. If a [parentTraceId] is provided, the SDK trace will be added as a child of that trace. */
|
||||
fun enterSdkSpan(name: String?, parentTraceId: String?): AnalyticsSdkSpan
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user