Hi there,
After implementing Elastic RUM for the (Angular) front-end of our single-page-application I wanted to create some custom events to time some of our user clicks. According to the documentation you're able to pass any string
, boolean
or number
with the use of span.addLabels()
. Because these would be timed events I was interested in number
.
However, when trying to implement the .addLabels()
method I noticed that only string arguments are allowed (see screenshots below). Is this correct or am I missing something obvious?