Hello,
I've tried to use your lib, but I can't because you are trying to do a JSON.parse in event messages. IMO, we could improve the code base and let the consumer decide if want to do a Parse or something else, or export the function to be possible to override that function.
https://github.com/Oligrand/query-logentries/blob/master/index.js#L130
What do you think?
Hello,
I've tried to use your lib, but I can't because you are trying to do a
JSON.parsein event messages. IMO, we could improve the code base and let the consumer decide if want to do a Parse or something else, or export the function to be possible to override that function.https://github.com/Oligrand/query-logentries/blob/master/index.js#L130
What do you think?