splunkevents-js
splunkevents-js copied to clipboard
Handle more event types
Event property must be string, number or boolean
.
When it's an object or array, we should try to stringify and if it is not possible, only show warning and log the rest of the event without the problematic field. (it's bad to lose events just because you forgot to stringify your array 😂 )