dbc-node-newrelic-wrapper


Description
Simple wrapper for the New Relic clientside API, that ensures no errors if the newrelic object is not defined.
The modules simply wraps the New Relic methods in a try/catch
Example
``
javascript
import * as dbcrelic from 'dbc-node-newrelic-wrapper';
dbcrelic.addPageAction('someEvent, {data: someData});
``
API
Currently only the addPageAction method is implemented, more will follow whenever they are needed.
Links
New Relic Browser Agent API