This package has been deprecated

Author message:

WARNING: This project has been renamed to @moccu/sentry-config.

@moccu/ravenjs-config

0.0.1 • Public • Published

ravenjs-config

Build Status

The basic raven.js configuration we use at moccu

Installation

$ npm install --save @moccu/ravenjs-config

Usage

The ravenjs config exposes a preconfigured set of ignoreErrors and ignoreUrls. Usage may look as follows:

import Raven from 'raven-js';
import {ignoreErrors, ignoreUrls} from '@moccu/ravenjs-config';


Raven.config('https://<key>@sentry.io/<project>', {
	whitelistUrls: ['example.com'],
	ignoreErrors,
	ignoreUrls
});

License

MIT

/@moccu/ravenjs-config/

    Package Sidebar

    Install

    npm i @moccu/ravenjs-config

    Weekly Downloads

    4

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    5.88 kB

    Total Files

    9

    Last publish

    Collaborators

    • schulke-214
    • schascha
    • napanee
    • nrmnrsh