0.0.14 • Published 7 years ago

aurelia-raygun v0.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

aurelia-raygun

Aurelia plugin for Raygun

This plugin is still in initial development, also here are no tests yet.

Instalation

First run:

npm i aurelia-raygun --save

Then open you aurelia.json file and add this to the dependencies object:

{
  "name": "aurelia-raygun",
  "path": "../node_modules/aurelia-raygun/dist/amd",
  "main": "index"
}

Then on your main.js configuration file add this:

aurelia.use
.plugin('aurelia-raygun', instance => {
  instance.configure({
    debug: true,
    apiKey: 'YOUR-API-KEY',
    enableCrashReporting: true,
    allowInsecureSubmissions: true,
    enablePulse: false
  });
  instance.init();
})

Developers

Build

gulp BUILD

Pre release

gulp prepare-release
0.0.14

7 years ago

0.0.13

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago