New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dollarshaveclub/rollbar-check-ignore

Package Overview
Dependencies
Maintainers
18
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dollarshaveclub/rollbar-check-ignore

[![CircleCI](https://circleci.com/gh/dollarshaveclub/rollbar-check-ignore/tree/master.svg?style=svg&circle-token=450c63d3b501a1f4d8cf83802d105b5f755360eb)](https://circleci.com/gh/dollarshaveclub/rollbar-check-ignore/tree/master) [![codecov](https://codec

  • 1.40.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
18
Weekly downloads
 
Created
Source

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>

FAQs

Package last updated on 27 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc