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

gatsby-plugin-sentry

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-sentry - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

gatsby-browser.js

15

package.json
{
"name": "gatsby-plugin-sentry",
"description": "Gatsby plugin to add Sentry error tracking to your site.",
"version": "0.0.4",
"version": "0.1.0",
"author": "Jason Stallings <jason.stallin.gs>",

@@ -10,8 +10,2 @@ "repository": {

},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.0.5"
},
"keywords": [

@@ -24,10 +18,5 @@ "gatsby",

"main": "index.js",
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"dependencies": {
"babel-runtime": "^6.26.0"
"raven-js": "latest"
}
}

@@ -19,4 +19,6 @@ # gatsby-plugin-sentry

dsn: 'YOUR_SENTRY_DSN_URL',
// Raven.js version, this is optional.
version: '3.19.1'
// Optional settings, see https://docs.sentry.io/clients/node/config/#optional-settings
config: {
environment: 'staging'
}
},

@@ -23,0 +25,0 @@ },

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