@sentry/tracing
Advanced tools
Comparing version 6.12.0-beta.1 to 6.12.0-beta.2
@@ -40,3 +40,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
this.options = tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({}, DEFAULT_BROWSER_TRACING_OPTIONS), _options), { tracingOrigins: tracingOrigins }); | ||
this._metrics = new metrics_1.MetricsInstrumentation(tslib_1.__assign(tslib_1.__assign({}, this.options._metricOptions), metrics_1.DEFAULT_METRICS_INSTR_OPTIONS)); | ||
this._metrics = new metrics_1.MetricsInstrumentation(tslib_1.__assign(tslib_1.__assign({}, metrics_1.DEFAULT_METRICS_INSTR_OPTIONS), this.options._metricOptions)); | ||
} | ||
@@ -43,0 +43,0 @@ /** |
@@ -39,3 +39,3 @@ import { __assign } from "tslib"; | ||
this.options = __assign(__assign(__assign({}, DEFAULT_BROWSER_TRACING_OPTIONS), _options), { tracingOrigins: tracingOrigins }); | ||
this._metrics = new MetricsInstrumentation(__assign(__assign({}, this.options._metricOptions), DEFAULT_METRICS_INSTR_OPTIONS)); | ||
this._metrics = new MetricsInstrumentation(__assign(__assign({}, DEFAULT_METRICS_INSTR_OPTIONS), this.options._metricOptions)); | ||
} | ||
@@ -42,0 +42,0 @@ /** |
{ | ||
"name": "@sentry/tracing", | ||
"version": "6.12.0-beta.1", | ||
"version": "6.12.0-beta.2", | ||
"description": "Extensions for Sentry AM", | ||
@@ -19,11 +19,11 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/hub": "6.12.0-beta.1", | ||
"@sentry/minimal": "6.12.0-beta.1", | ||
"@sentry/types": "6.12.0-beta.1", | ||
"@sentry/utils": "6.12.0-beta.1", | ||
"@sentry/hub": "6.12.0-beta.2", | ||
"@sentry/minimal": "6.12.0-beta.2", | ||
"@sentry/types": "6.12.0-beta.2", | ||
"@sentry/utils": "6.12.0-beta.2", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "6.12.0-beta.1", | ||
"@sentry/browser": "6.12.0-beta.1", | ||
"@sentry-internal/eslint-config-sdk": "6.12.0-beta.2", | ||
"@sentry/browser": "6.12.0-beta.2", | ||
"@types/express": "^4.17.1", | ||
@@ -30,0 +30,0 @@ "@types/jsdom": "^16.2.3", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2271593
+ Added@sentry/hub@6.12.0-beta.2(transitive)
+ Added@sentry/minimal@6.12.0-beta.2(transitive)
+ Added@sentry/types@6.12.0-beta.2(transitive)
+ Added@sentry/utils@6.12.0-beta.2(transitive)
- Removed@sentry/hub@6.12.0-beta.1(transitive)
- Removed@sentry/minimal@6.12.0-beta.1(transitive)
- Removed@sentry/types@6.12.0-beta.1(transitive)
- Removed@sentry/utils@6.12.0-beta.1(transitive)
Updated@sentry/hub@6.12.0-beta.2
Updated@sentry/types@6.12.0-beta.2
Updated@sentry/utils@6.12.0-beta.2