core
/
dev.fritz2.tracking
/
Tracker
/
track
js
track
suspend fun <
T
>
track
(transaction:
String
= defaultTransaction, operation: suspend () ->
T
):
T
Content copied to clipboard
Tracks a given
operation
.
Parameters
operation
function to track
transaction
text describing the transaction