@sentry/core
Advanced tools
Comparing version
@@ -21,3 +21,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
} | ||
var context = this.__sentry__ ? this.__sentry_original__ : this; | ||
var context = this.__sentry_original__ || this; | ||
// tslint:disable-next-line:no-unsafe-any | ||
@@ -24,0 +24,0 @@ return originalFunctionToString.apply(context, args); |
@@ -20,3 +20,3 @@ var originalFunctionToString; | ||
} | ||
var context = this.__sentry__ ? this.__sentry_original__ : this; | ||
var context = this.__sentry_original__ || this; | ||
// tslint:disable-next-line:no-unsafe-any | ||
@@ -23,0 +23,0 @@ return originalFunctionToString.apply(context, args); |
{ | ||
"name": "@sentry/core", | ||
"version": "5.10.1", | ||
"version": "5.10.2", | ||
"description": "Base implementation for all Sentry JavaScript SDKs", | ||
@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/hub": "5.10.1", | ||
"@sentry/minimal": "5.10.1", | ||
"@sentry/hub": "5.10.2", | ||
"@sentry/minimal": "5.10.2", | ||
"@sentry/types": "5.10.0", | ||
"@sentry/utils": "5.10.1", | ||
"@sentry/utils": "5.10.2", | ||
"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
224737
-0.07%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated