@freddsomm/bug-buster
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

Bug Buster for Node

Welcome to Bug Buster!

Easily monitor, manage, and prioritize your JavaScript anomalies.

Installation

Using npm

npm install @freddsomm/bug-buster

Using Yarn

yarn add @freddsomm/bug-buster

Using pnpm

pnpm install @freddsomm/bug-buster

Importing

CommonJS Syntax

const BugBuster = require('@freddsomm/bug-buster');

ES Module Syntax

import { BugBuster } from '@freddsomm/bug-buster';

Usage

const bugBuster = new BugBuster({
  apiKey: 'YOUR-API-KEY',
  projectId: 'clwaoduy20003oiey0jya3p69',
});

try {
  throw new Error('Test Error: bad thing happened!');
} catch (error) {
  bugBuster.capture(error);
}

Links

For more information, check out the Official Bug Buster Documentation. More documentation will follow.

Dependents (0)

Package Sidebar

Install

npm i @freddsomm/bug-buster

Weekly Downloads

1

Version

0.0.15

License

MIT

Unpacked Size

34.8 kB

Total Files

19

Last publish

Collaborators

  • freddsomm