2.4.0 • Published 10 years ago

lasergun v2.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

laser gun

A javascript Raygun.io plugin alternative to:

Build Status

lasergun

Motivation

The raygun4node plugin does not work when browserified. I found it difficult to handle errors in isomorphic web apps. Creating a wrapper around raygun4node and raygun4js is hard because each plugin has a different api.

I also wanted the plugin to have a chainable fluent interface. Passing custom data, tags, etc. in the other plugins was cumbersome.

Installation

$ npm install lasergun --save

Usage

var raygun = require('lasergun');

raygun()
  .version('1.0.0')
  .apiKey(...)
  .data({foo: 'bar'})
  .tags(['baz', 'quz'])
  .message('testing')
  .send(err);
2.4.0

10 years ago

2.3.4

10 years ago

2.3.3

10 years ago

2.3.2

10 years ago

2.3.1

10 years ago

2.3.0

10 years ago

2.2.0

10 years ago

2.1.5

10 years ago

2.1.4

10 years ago

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago