@appsignal/javascript
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -39,2 +39,6 @@ "use strict"; | ||
} | ||
if (promiseToString === "[object Object]" && | ||
Promise.prototype._guidKey) { | ||
return true; | ||
} | ||
} | ||
@@ -41,0 +45,0 @@ return false; |
@@ -55,2 +55,3 @@ "use strict"; | ||
if (environment_1.Environment.supportsPromises()) { | ||
this._breadcrumbs = []; | ||
return this._api.push(span).catch(function () { | ||
@@ -57,0 +58,0 @@ _this._queue.push(span); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.0.0-beta.10"; | ||
export declare const VERSION = "1.0.0-beta.11"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = "1.0.0-beta.10"; | ||
exports.VERSION = "1.0.0-beta.11"; | ||
//# sourceMappingURL=version.js.map |
@@ -37,2 +37,6 @@ var Environment = (function () { | ||
} | ||
if (promiseToString === "[object Object]" && | ||
Promise.prototype._guidKey) { | ||
return true; | ||
} | ||
} | ||
@@ -39,0 +43,0 @@ return false; |
@@ -53,2 +53,3 @@ import { __assign, __awaiter, __generator, __read, __spread } from "tslib"; | ||
if (Environment.supportsPromises()) { | ||
this._breadcrumbs = []; | ||
return this._api.push(span).catch(function () { | ||
@@ -55,0 +56,0 @@ _this._queue.push(span); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.0.0-beta.10"; | ||
export declare const VERSION = "1.0.0-beta.11"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export var VERSION = "1.0.0-beta.10"; | ||
export var VERSION = "1.0.0-beta.11"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@appsignal/javascript", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"main": "dist/cjs/index.js", | ||
@@ -31,3 +31,3 @@ "module": "dist/esm/index.js", | ||
}, | ||
"gitHead": "a4254d5aba155dfc5ee5f005a690f3589a715292" | ||
"gitHead": "474edc030d75f7637bf8591577568333c3e88d7b" | ||
} |
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
96987
1418