I'm using the library "@elastic/apm-rum-angular": "^2.1.7"
for Angular 11, I'm already receiving the data through transaction
+ span
+ addLabels
.
However, the addLabel parameter only accepts string, boolean or number, as I need to pass an array to get this data and create a dashboard with it, I passed it as a string, using JSON.stringfy()
.
How do I parse it into Elastic and use each index and property in this array to create a dashboard?