Skip to content

A Cordova / PhoneGap plugin to add the New Relic Mobile Agent to your application.

License

Notifications You must be signed in to change notification settings

dancallaghan/newrelic-cordova

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Cordova / PhoneGap plugin to add the New Relic Mobile Agent to your application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 93.3%
  • Shell 6.7%