Open
Description
A couple of the WARNING messages for invalid attributes imply that the entire transaction or logging event will be ignored if an attribute is invalid. These should be more clear that only the invalid attribute will be dropped.
The current text is:
Custom event [{0}] with invalid attributes key or value of null was reported for a transaction but ignored.
Each key should be a String and each value should be a String, Number, or Boolean. Key: {1} / Value: {2}
An improved message would be:
Custom event [{0}] with invalid attributes key or value of null was reported for a transaction.
This attribute will be ignored. Each key should be a String and each value should be a String,
Number, or Boolean. Key: {1} / Value: {2}
Metadata
Metadata
Assignees
Type
Projects
Status
Reviewed