@sentry/core
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -39,4 +39,4 @@ "use strict"; | ||
var hub_1 = require("@sentry/hub"); | ||
var logger_1 = require("@sentry/utils/logger"); | ||
var misc_1 = require("@sentry/utils/misc"); | ||
var logger_1 = require("../logger"); | ||
/** Deduplication filter */ | ||
@@ -43,0 +43,0 @@ var Dedupe = /** @class */ (function () { |
@@ -14,4 +14,4 @@ "use strict"; | ||
function initAndBind(clientClass, options) { | ||
if (!options.debug) { | ||
logger_1.logger.disable(); | ||
if (options.debug === true) { | ||
logger_1.logger.enable(); | ||
} | ||
@@ -18,0 +18,0 @@ if (hub_1.getCurrentHub().getClient()) { |
{ | ||
"name": "@sentry/core", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Base implementation for all Sentry JavaScript SDKs", | ||
@@ -18,6 +18,6 @@ "repository": "git://github.com/getsentry/raven-js.git", | ||
"dependencies": { | ||
"@sentry/hub": "4.2.0", | ||
"@sentry/minimal": "4.2.0", | ||
"@sentry/types": "4.2.0", | ||
"@sentry/utils": "4.2.0" | ||
"@sentry/hub": "4.2.1", | ||
"@sentry/minimal": "4.2.1", | ||
"@sentry/types": "4.2.1", | ||
"@sentry/utils": "4.2.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200713
51
2588
+ Added@sentry/hub@4.2.1(transitive)
+ Added@sentry/minimal@4.2.1(transitive)
+ Added@sentry/types@4.2.1(transitive)
+ Added@sentry/utils@4.2.1(transitive)
- Removed@sentry/hub@4.2.0(transitive)
- Removed@sentry/minimal@4.2.0(transitive)
- Removed@sentry/types@4.2.0(transitive)
- Removed@sentry/utils@4.2.0(transitive)
Updated@sentry/hub@4.2.1
Updated@sentry/minimal@4.2.1
Updated@sentry/types@4.2.1
Updated@sentry/utils@4.2.1