I know that on java applications you can use new relic to send your logs using an agent and everything you log on stdout will be sent to new relic.
For javascript applications running on client side, is that possible to do the same? What I would like to do is something like:
newRelic.info('I was here); newRelic.error('throw an error' error)