@dollarshaveclub/rollbar-check-ignore

1.40.0 • Public • Published

Rollbar checkIgnore

CircleCI codecov Greenkeeper badge

This implements Rollbar's checkIgnore function. Previous error checking was done with Sentry and was removed.

Implementation

This script can be added via script tags or inline via templates.

Script Tags

standalone.min.js can be added as a script tag, either src-ed or inlined.

<script>
_rollbarConfig = {

}
</script>
<script src="rollbar-check-ignore/dist/standalone.min.js" async></script>
<script>
// rollbar snippet
</script>

As this script is will become more complicated, async loading of the script is supported.

Inline via Templates

An inline function can be used withing templating system to add this script.

<script>
_rollbarConfig = {
  checkIgnore: {{ rollbar-check-ignore/dist/index.min.js }}
}
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @dollarshaveclub/rollbar-check-ignore

Weekly Downloads

0

Version

1.40.0

License

ISC

Unpacked Size

82.8 kB

Total Files

5

Last publish

Collaborators

  • ajdsc
  • dollarshaveclub-engineering
  • userjn
  • jdcoded
  • kevinpeno-dsc
  • javer
  • theturtle32
  • natalie.protasevich