Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jun 12, 2024
1 parent 2944762 commit 5464490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const flatOTLPAttrs = (attrs) => {
return
}
}
if (val.arrayValue) {
if (val.arrayValue && val.arrayValue.values) {
val.arrayValue.values.forEach((v, i) => {
flatVal(`${i}`, v, `${prefix}${key}.`, res)
})
Expand Down

0 comments on commit 5464490

Please sign in to comment.