Socket
Socket
Sign inDemoInstall

@sentry/minimal

Package Overview
Dependencies
Maintainers
8
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/minimal - npm Package Compare versions

Comparing version 4.0.0-rc.0 to 4.0.0-rc.1

10

dist/index.js

@@ -55,3 +55,6 @@ "use strict";

}
return callOnHub('captureException', exception, { syntheticException: syntheticException });
return callOnHub('captureException', exception, {
originalException: exception,
syntheticException: syntheticException,
});
}

@@ -74,3 +77,6 @@ exports.captureException = captureException;

}
return callOnHub('captureMessage', message, level, { syntheticException: syntheticException });
return callOnHub('captureMessage', message, level, {
originalException: message,
syntheticException: syntheticException,
});
}

@@ -77,0 +83,0 @@ exports.captureMessage = captureMessage;

6

package.json
{
"name": "@sentry/minimal",
"version": "4.0.0-rc.0",
"version": "4.0.0-rc.1",
"description": "Sentry minimal library that can be used in other packages",

@@ -18,4 +18,4 @@ "repository": "git://github.com/getsentry/raven-js.git",

"dependencies": {
"@sentry/hub": "4.0.0-rc.0",
"@sentry/types": "4.0.0-rc.0"
"@sentry/hub": "4.0.0-rc.1",
"@sentry/types": "4.0.0-rc.1"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -17,3 +17,3 @@ <p align="center">

is using Sentry in their application and your library uses `@sentry/minimal`, the user receives all
breadcrumbs/messages/events you added to your librarys codebase.
breadcrumbs/messages/events you added to your libraries codebase.

@@ -20,0 +20,0 @@ ## Usage

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