Or you can use `also` like this: ``` private val d...
# getting-started
o
Or you can use
also
like this:
Copy code
private val dataDogMetric = DataDogMetric(globalTags = listOf("app:camera-watcher")).also {
    RevlMetricsSingleton.addSubMetric(it)
}
👍 2
💯 3