JSPM

  • Created
  • Published
  • Downloads 23848
  • Score
    100M100P100Q170061F

Raygun.io plugin for Node

Package Exports

  • raygun

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (raygun) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Raygun4Node

Raygun.io plugin for Node

Getting Started

Install the module with: npm install raygun

var raygun = require('raygun');
raygun.client().init({ apiKey: 'your API key' }).send(theError);

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

0.1.1 - Point at the correct API endpoint, include correct dependencies for NPM 0.1.0 - Initial release

License

Copyright (c) 2013 MindscapeHQ Licensed under the MIT license.