Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@venncity/errors

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@venncity/errors - npm Package Compare versions

Comparing version 1.7.23 to 1.7.24-sentryVersions.4

4

lib/cjs/errorReporting/sentry.js

@@ -39,3 +39,5 @@ "use strict";

dsn: process.env.SENTRY_DSN || GENERIC_SERVICE_DSN,
enabled: isSentryEnabled()
enabled: isSentryEnabled(),
// @ts-ignore
release: global.CODE_VERSION
});

@@ -42,0 +44,0 @@ function setupSentry(event, context, authDetailsFromRequest) {

@@ -17,3 +17,5 @@ import { get, pick } from 'lodash';

dsn: process.env.SENTRY_DSN || GENERIC_SERVICE_DSN,
enabled: isSentryEnabled()
enabled: isSentryEnabled(),
// @ts-ignore
release: global.CODE_VERSION
});

@@ -20,0 +22,0 @@ export function setupSentry(event, context, authDetailsFromRequest) {

{
"name": "@venncity/errors",
"version": "1.7.23",
"version": "1.7.24-sentryVersions.4+d2217cfc9",
"author": "Venn Engineering",

@@ -36,3 +36,3 @@ "main": "lib/cjs/index.js",

"@sentry/types": "^5.21.4",
"@venncity/nested-config": "^2.0.31",
"@venncity/nested-config": "^2.0.32-sentryVersions.4+d2217cfc9",
"fast-safe-stringify": "^2.0.7",

@@ -44,3 +44,3 @@ "joi": "^14.3.1",

},
"gitHead": "5b14fc9be7a42e3b28ec89827d006f2f543dbae1"
"gitHead": "d2217cfc9c1ce3f846a238b64be98436d72894e7"
}

@@ -23,3 +23,5 @@ import { get, pick } from 'lodash';

dsn: process.env.SENTRY_DSN || GENERIC_SERVICE_DSN,
enabled: isSentryEnabled()
enabled: isSentryEnabled(),
// @ts-ignore
release: global.CODE_VERSION
});

@@ -26,0 +28,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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