```metrics.timer(timerName, successTag).time { ...
# getting-started
m
Copy code
metrics.timer(timerName, successTag).time {
                throw IllegalArgumentException("Stop")
an exception")
            }
I always get true for the tag value. I should get a false. What am I doing wrong?