Add missing doc
This commit is contained in:
parent
9a9f4fd67d
commit
6dd6ce1ad4
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ interface AnalyticsService : AnalyticsTracker, ErrorTracker {
|
||||||
*/
|
*/
|
||||||
fun removeLongRunningTransaction(longRunningTransaction: AnalyticsLongRunningTransaction): AnalyticsTransaction?
|
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
|
fun enterSdkSpan(name: String?, parentTraceId: String?): AnalyticsSdkSpan
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue