@uptrace/vue
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -1,2 +0,2 @@ | ||
import { configureOpentelemetry, shutdown, VERSION } from '@uptrace/web'; | ||
import { configureOpentelemetry, shutdown, reportException, traceUrl, VERSION } from '@uptrace/web'; | ||
import { Vue, VueRouter } from './types'; | ||
@@ -8,6 +8,8 @@ export interface Options { | ||
declare function instrumentVue(opts: Options): void; | ||
export { configureOpentelemetry, shutdown, VERSION, instrumentVue }; | ||
export { configureOpentelemetry, shutdown, reportException, traceUrl, VERSION, instrumentVue }; | ||
declare const _default: { | ||
configureOpentelemetry: typeof configureOpentelemetry; | ||
shutdown: typeof shutdown; | ||
reportException: typeof reportException; | ||
traceUrl: typeof traceUrl; | ||
VERSION: string; | ||
@@ -14,0 +16,0 @@ instrumentVue: typeof instrumentVue; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.instrumentVue = exports.VERSION = exports.shutdown = exports.configureOpentelemetry = void 0; | ||
exports.instrumentVue = exports.VERSION = exports.traceUrl = exports.reportException = exports.shutdown = exports.configureOpentelemetry = void 0; | ||
var web_1 = require("@uptrace/web"); | ||
Object.defineProperty(exports, "configureOpentelemetry", { enumerable: true, get: function () { return web_1.configureOpentelemetry; } }); | ||
Object.defineProperty(exports, "shutdown", { enumerable: true, get: function () { return web_1.shutdown; } }); | ||
Object.defineProperty(exports, "reportException", { enumerable: true, get: function () { return web_1.reportException; } }); | ||
Object.defineProperty(exports, "traceUrl", { enumerable: true, get: function () { return web_1.traceUrl; } }); | ||
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return web_1.VERSION; } }); | ||
@@ -16,2 +18,4 @@ var vue_1 = require("./vue"); | ||
shutdown: web_1.shutdown, | ||
reportException: web_1.reportException, | ||
traceUrl: web_1.traceUrl, | ||
VERSION: web_1.VERSION, | ||
@@ -18,0 +22,0 @@ instrumentVue: instrumentVue, |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.15.0"; | ||
export declare const VERSION = "1.15.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.15.0'; | ||
exports.VERSION = '1.15.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@uptrace/vue", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "Vue instrumentation for OpenTelemetry", | ||
@@ -39,3 +39,3 @@ "main": "build/src/index.js", | ||
"@opentelemetry/api": "~1.4.1", | ||
"@uptrace/web": "1.15.0" | ||
"@uptrace/web": "1.15.1" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
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
18435
256
+ Added@uptrace/core@1.15.1(transitive)
+ Added@uptrace/web@1.15.1(transitive)
- Removed@uptrace/core@1.15.0(transitive)
- Removed@uptrace/web@1.15.0(transitive)
Updated@uptrace/web@1.15.1