Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
9
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/core - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

16

dist/baseclient.js

@@ -72,3 +72,3 @@ "use strict";

.catch(function (reason) {
utils_1.logger.log(reason);
utils_1.logger.error(reason);
_this._processing = false;

@@ -96,3 +96,3 @@ });

.catch(function (reason) {
utils_1.logger.log(reason);
utils_1.logger.error(reason);
_this._processing = false;

@@ -116,3 +116,3 @@ });

.catch(function (reason) {
utils_1.logger.log(reason);
utils_1.logger.error(reason);
_this._processing = false;

@@ -163,5 +163,11 @@ });

return tslib_1.__awaiter(this, void 0, void 0, function () {
var result;
return tslib_1.__generator(this, function (_a) {
this.getOptions().enabled = false;
return [2 /*return*/, this.flush(timeout)];
switch (_a.label) {
case 0: return [4 /*yield*/, this.flush(timeout)];
case 1:
result = _a.sent();
this.getOptions().enabled = false;
return [2 /*return*/, result];
}
});

@@ -168,0 +174,0 @@ });

@@ -70,3 +70,3 @@ import * as tslib_1 from "tslib";

.catch(function (reason) {
logger.log(reason);
logger.error(reason);
_this._processing = false;

@@ -94,3 +94,3 @@ });

.catch(function (reason) {
logger.log(reason);
logger.error(reason);
_this._processing = false;

@@ -114,3 +114,3 @@ });

.catch(function (reason) {
logger.log(reason);
logger.error(reason);
_this._processing = false;

@@ -161,5 +161,11 @@ });

return tslib_1.__awaiter(this, void 0, void 0, function () {
var result;
return tslib_1.__generator(this, function (_a) {
this.getOptions().enabled = false;
return [2 /*return*/, this.flush(timeout)];
switch (_a.label) {
case 0: return [4 /*yield*/, this.flush(timeout)];
case 1:
result = _a.sent();
this.getOptions().enabled = false;
return [2 /*return*/, result];
}
});

@@ -166,0 +172,0 @@ });

{
"name": "@sentry/core",
"version": "5.0.7",
"version": "5.0.8",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/hub": "5.0.7",
"@sentry/minimal": "5.0.7",
"@sentry/hub": "5.0.8",
"@sentry/minimal": "5.0.8",
"@sentry/types": "5.0.6",
"@sentry/utils": "5.0.7",
"@sentry/utils": "5.0.8",
"tslib": "^1.9.3"

@@ -25,0 +25,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