@micro-sentry/core
Advanced tools
Comparing version
@@ -109,16 +109,16 @@ (function (global, factory) { | ||
var __assign = Object.assign || | ||
function __assign(target) { | ||
var length = arguments.length; | ||
for (var i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
var source = arguments[i]; | ||
for (var property in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, property)) { | ||
target[property] = source[property]; | ||
} | ||
var ɵ0 = function __assign(target) { | ||
var length = arguments.length; | ||
for (var i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
var source = arguments[i]; | ||
for (var property in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, property)) { | ||
target[property] = source[property]; | ||
} | ||
} | ||
return target; | ||
}; | ||
} | ||
return target; | ||
}; | ||
var __assign = Object.assign || ɵ0; | ||
var MicroSentryClient = /** @class */ (function () { | ||
@@ -192,2 +192,3 @@ function MicroSentryClient(options) { | ||
exports.MicroSentryClient = MicroSentryClient; | ||
exports.ɵ0 = ɵ0; | ||
@@ -194,0 +195,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
import { AUTH_HEADER, DSN_REGEXP } from '../consts/consts'; | ||
import { computeStackTrace } from '../helpers/compute-stack-trace'; | ||
const __assign = Object.assign || | ||
function __assign(target) { | ||
const length = arguments.length; | ||
for (let i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
const source = arguments[i]; | ||
for (const property in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, property)) { | ||
target[property] = source[property]; | ||
} | ||
const ɵ0 = function __assign(target) { | ||
const length = arguments.length; | ||
for (let i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
const source = arguments[i]; | ||
for (const property in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, property)) { | ||
target[property] = source[property]; | ||
} | ||
} | ||
return target; | ||
}; | ||
} | ||
return target; | ||
}; | ||
const __assign = Object.assign || ɵ0; | ||
export class MicroSentryClient { | ||
@@ -76,2 +76,3 @@ constructor(options) { | ||
} | ||
export { ɵ0 }; | ||
//# sourceMappingURL=micro-sentry-client.js.map |
@@ -103,16 +103,16 @@ // @for-internal-use | ||
const __assign = Object.assign || | ||
function __assign(target) { | ||
const length = arguments.length; | ||
for (let i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
const source = arguments[i]; | ||
for (const property in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, property)) { | ||
target[property] = source[property]; | ||
} | ||
const ɵ0 = function __assign(target) { | ||
const length = arguments.length; | ||
for (let i = 1; i < length; i++) { | ||
// eslint-disable-next-line prefer-rest-params | ||
const source = arguments[i]; | ||
for (const property in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, property)) { | ||
target[property] = source[property]; | ||
} | ||
} | ||
return target; | ||
}; | ||
} | ||
return target; | ||
}; | ||
const __assign = Object.assign || ɵ0; | ||
class MicroSentryClient { | ||
@@ -184,3 +184,3 @@ constructor(options) { | ||
export { MicroSentryClient }; | ||
export { MicroSentryClient, ɵ0 }; | ||
//# sourceMappingURL=micro-sentry-core.js.map |
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="@micro-sentry/core" /> | ||
export * from './index'; |
{ | ||
"name": "@micro-sentry/core", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"dependencies": { | ||
"tslib": "^2.1.0" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -34,3 +34,4 @@ "license": "Apache-2.0", | ||
"typings": "micro-sentry-core.d.ts", | ||
"metadata": "micro-sentry-core.metadata.json", | ||
"sideEffects": false | ||
} |
@@ -83,3 +83,3 @@ # micro-sentry | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/twitter.svg" | ||
src="https://raw.githubusercontent.com/MarsiBarsi/readme-icons/main/twitter.svg" | ||
/></a> | ||
@@ -89,3 +89,3 @@ <a href="https://github.com/IKatsuba" title="Github" | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/github.svg" | ||
src="https://raw.githubusercontent.com/MarsiBarsi/readme-icons/main/github.svg" | ||
/></a> | ||
@@ -97,3 +97,3 @@ <a | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/send.svg" | ||
src="https://raw.githubusercontent.com/MarsiBarsi/readme-icons/main/send.svg" | ||
/></a> | ||
@@ -117,3 +117,3 @@ </div> | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/twitter.svg" | ||
src="https://raw.githubusercontent.com/MarsiBarsi/readme-icons/main/twitter.svg" | ||
/></a> | ||
@@ -125,3 +125,3 @@ <a | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/github.svg" | ||
src="https://raw.githubusercontent.com/MarsiBarsi/readme-icons/main/github.svg" | ||
/></a> | ||
@@ -133,3 +133,3 @@ <a | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/send.svg" | ||
src="https://raw.githubusercontent.com/MarsiBarsi/readme-icons/main/send.svg" | ||
/></a> | ||
@@ -136,0 +136,0 @@ </div> |
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
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
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
90750
23.58%45
36.36%681
1.95%Updated