withTags

fun <T> withTags(vararg tags: Tag, block: () -> T): T


fun <T> withTags(vararg tags: Tag, includeTagsOnExceptionLogs: Boolean = false, block: () -> T): T

includeTagsOnExceptionLogs: For usage instructions, please see docs below on withSmartTags