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.3 to 0.0.4

14

gatsby-ssr.js

@@ -73,7 +73,11 @@ 'use strict';

return setHeadComponents([_react2.default.createElement(SentryCdn, { dsn: dsn, version: version, key: 'gatsby-plugin-sentry-cdn' }), _react2.default.createElement(SentryInstall, {
dsn: dsn,
config: config,
key: 'gatsby-plugin-sentry-install'
})]);
if (process.env.NODE_ENV === 'production') {
return setHeadComponents([_react2.default.createElement(SentryCdn, { dsn: dsn, version: version, key: 'gatsby-plugin-sentry-cdn' }), _react2.default.createElement(SentryInstall, {
dsn: dsn,
config: config,
key: 'gatsby-plugin-sentry-install'
})]);
}
return null;
};
{
"name": "gatsby-plugin-sentry",
"description": "Gatsby plugin to add Sentry error tracking to your site.",
"version": "0.0.3",
"version": "0.0.4",
"author": "Jason Stallings <jason.stallin.gs>",

@@ -6,0 +6,0 @@ "repository": {

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