1.0.1 • Published 1 year ago

@damjack/elm-newrelic-nreum.js v1.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

NewRelic JS Ports reader

Purpose

ElmNewRelic JS library is a wrapper around NewRelic Nreum SDK that support ELM via Ports and standardize the methods that it use to register events

Import

import * as elmNewRelic from 'elm-newrelic-nreum';

const elmApp = Elm.Main.init({
  node: document.getElementById('root'),
  flags: {},
});

elmNewRelic.cspEvent();
elmNewRelic.elmPortsToJS(elmApp);

Commands

Production build:

$ yarn build

Run development:

$ yarn dev

For linting or format code, run:

$ yarn format
$ yarn lint