dbc-node-newrelic-wrapper

1.0.1 • Public • Published

dbc-node-newrelic-wrapper

David David

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.

Links

New Relic Browser Agent API

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i dbc-node-newrelic-wrapper

    Weekly Downloads

    2

    Version

    1.0.1

    License

    GPL-3.0

    Last publish

    Collaborators

    • dbcdk