@micro-sentry/core
Advanced tools
Comparing version
@@ -99,3 +99,5 @@ (function (global, factory) { | ||
} | ||
catch (e) { } | ||
catch (e) { | ||
// | ||
} | ||
return { | ||
@@ -112,2 +114,3 @@ value: extractMessage(ex), | ||
for (var i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
var source = arguments[i]; | ||
@@ -114,0 +117,0 @@ for (var property in source) { |
@@ -80,3 +80,5 @@ // @for-internal-use | ||
} | ||
catch (e) { } | ||
catch (e) { | ||
// | ||
} | ||
return { | ||
@@ -83,0 +85,0 @@ value: extractMessage(ex), |
@@ -7,2 +7,3 @@ import { AUTH_HEADER, DSN_REGEXP } from '../consts/consts'; | ||
for (let i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
const source = arguments[i]; | ||
@@ -9,0 +10,0 @@ for (const property in source) { |
@@ -93,3 +93,5 @@ // @for-internal-use | ||
} | ||
catch (e) { } | ||
catch (e) { | ||
// | ||
} | ||
return { | ||
@@ -106,2 +108,3 @@ value: extractMessage(ex), | ||
for (let i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
const source = arguments[i]; | ||
@@ -108,0 +111,0 @@ for (const property in source) { |
{ | ||
"name": "@micro-sentry/core", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "^2.1.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73435
0.63%668
1.37%