Add missing doc
This commit is contained in:
parent
42a579a6d4
commit
6c82393bcb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue