@uptrace/web
Advanced tools
Comparing version 0.0.3 to 0.1.0
export * from '@uptrace/core'; | ||
export * from './uptrace'; | ||
export * from './client'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,7 +10,7 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("@uptrace/core"), exports); | ||
__exportStar(require("./uptrace"), exports); | ||
__exportStar(require("./client"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.0.3"; | ||
export declare const VERSION = "0.1.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.0.3'; | ||
exports.VERSION = '0.1.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@uptrace/web", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "Uptrace JS exporter for browsers", | ||
@@ -57,16 +57,16 @@ "main": "build/src/index.js", | ||
"@opentelemetry/web": "^0.10.2", | ||
"@uptrace/core": "^0.0.3" | ||
"@uptrace/core": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "14.0.27", | ||
"@typescript-eslint/eslint-plugin": "3.8.0", | ||
"eslint": "7.6.0", | ||
"@types/node": "14.6.0", | ||
"@typescript-eslint/eslint-plugin": "3.10.1", | ||
"eslint": "7.7.0", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"gts": "2.0.2", | ||
"mocha": "8.1.1", | ||
"mocha": "8.1.2", | ||
"nyc": "15.1.0", | ||
"ts-mocha": "7.0.0", | ||
"typescript": "3.9.7" | ||
"typescript": "4.0.2" | ||
} | ||
} |
# Uptrace for Web browsers | ||
- [Documentation](https://docs.uptrace.dev/javascript/) | ||
[![Documentation](https://img.shields.io/badge/docs-uptrace-brightgreen)](https://docs.uptrace.dev/javascript/) | ||
<a href="https://docs.uptrace.dev/javascript/"> | ||
<img src="https://docs.uptrace.dev/devicons/javascript-original.svg" height="200px" /> | ||
</a> | ||
## Introduction | ||
@uptrace/web is an exporter for Web browsers that sends your traces/spans to | ||
@uptrace/web is the official Uptrace client for Web browsers that sends your traces/spans to | ||
[Uptrace.dev](https://uptrace.dev). |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8272
96
13
0
+ Added@opentelemetry/api@0.11.0(transitive)
+ Added@opentelemetry/context-base@0.11.0(transitive)
+ Added@opentelemetry/core@0.11.0(transitive)
+ Added@opentelemetry/resources@0.11.0(transitive)
+ Added@opentelemetry/semantic-conventions@0.11.0(transitive)
+ Added@opentelemetry/tracing@0.11.0(transitive)
+ Added@uptrace/core@0.1.2(transitive)
- Removed@uptrace/core@0.0.3(transitive)
Updated@uptrace/core@^0.1.0