Skip to content

Commit

Permalink
Merge branch 'fix/cant_read_prop_511' into release/3_2_23_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jun 12, 2024
2 parents e5a3013 + 5464490 commit 8d1da9d
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 8d1da9d

Please sign in to comment.