@appsignal/javascript
Advanced tools
Comparing version 1.0.0-beta.8 to 1.0.0-beta.9
@@ -75,5 +75,6 @@ "use strict"; | ||
environment: this._env, | ||
revision: revision, | ||
namespace: namespace | ||
revision: revision | ||
}); | ||
if (namespace) | ||
span.setNamespace(namespace); | ||
if (fn && typeof fn === "function") | ||
@@ -80,0 +81,0 @@ fn(span); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.0.0-beta.8"; | ||
export declare const VERSION = "1.0.0-beta.9"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = "1.0.0-beta.8"; | ||
exports.VERSION = "1.0.0-beta.9"; | ||
//# sourceMappingURL=version.js.map |
@@ -73,5 +73,6 @@ import { __assign, __awaiter, __generator, __read, __spread } from "tslib"; | ||
environment: this._env, | ||
revision: revision, | ||
namespace: namespace | ||
revision: revision | ||
}); | ||
if (namespace) | ||
span.setNamespace(namespace); | ||
if (fn && typeof fn === "function") | ||
@@ -78,0 +79,0 @@ fn(span); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.0.0-beta.8"; | ||
export declare const VERSION = "1.0.0-beta.9"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export var VERSION = "1.0.0-beta.8"; | ||
export var VERSION = "1.0.0-beta.9"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@appsignal/javascript", | ||
"version": "1.0.0-beta.8", | ||
"version": "1.0.0-beta.9", | ||
"main": "dist/cjs/index.js", | ||
@@ -31,3 +31,3 @@ "module": "dist/esm/index.js", | ||
}, | ||
"gitHead": "b212e74e906f44ed53c22e61be9ba8195feb2ad2" | ||
"gitHead": "489f9f27f7e1b47e17e762e4da366aa00d27fbf1" | ||
} |
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
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
96364
1408