1.0.10 • Published 6 years ago

ubugtrack-crash-report v1.0.10

Weekly downloads
33
License
Apache-2.0
Repository
-
Last release
6 years ago

uBugtrack

Replace YOUR_CRASH_KEY by the key generated on uBugtrack
Replace YOUR_APP_VERSION by the version number you want to display in uBugtrack interface

Call initCrashReporter at the beginning, the initialize must be called only once when application start.

const ubugtrackCrashReport = require('ubugtrack-crash-report');
ubugtrackCrashReport.initCrashReporter('YOUR_CRASH_KEY','YOUR_APP_VERSION');

If you use express, attach your express instance to uBugtrack.

var express = express();
express.get(...);
...

ubugtrackCrashReport.attachExpress(express); //Attach express after get init
1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago