dbc-node-newrelic-wrapper
v1.0.1
Published
New Relic wrapper to handle logging while New Relic is not while available
Downloads
4
Readme
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
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.