Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.07 KB

New Relic Agent

A Cordova / PhoneGap plugin to add the New Relic Mobile Agent to your application. (Currently iOS only)

NOTE: This plugin requires Cordova / PhoneGap >= 3.3.0 in order to support installation and linking of custom frameworks.

Installation

cordova plugin install http://github.com/jeff-french/newrelic-cordova

NOTE: There is currently an issue with publishing plugins that have frameworks with symlinks. Please install using the url rather than just the identifier.

Configuration

Get your mobile app's token from the New Relic portal and add it to your config.xml like so:

<preference name="NewRelicApplicationToken" value="YOUR_TOKEN_HERE" />

License

The code for this plugin is covered under the Apache 2 License. See the license file.

NOTE: This license only applies to the plugin code. Please see the New Relic license file for the license that applies to the New Relic framework code.