@sentry/tracing
Advanced tools
Comparing version 6.1.0-beta.0 to 6.1.0
@@ -27,3 +27,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
} | ||
_this.name = transactionContext.name ? transactionContext.name : ''; | ||
_this.name = transactionContext.name || ''; | ||
_this._trimEnd = transactionContext.trimEnd; | ||
@@ -30,0 +30,0 @@ // this is because transactions are also spans, and spans have a transaction pointer |
@@ -26,3 +26,3 @@ import { __assign, __extends } from "tslib"; | ||
} | ||
_this.name = transactionContext.name ? transactionContext.name : ''; | ||
_this.name = transactionContext.name || ''; | ||
_this._trimEnd = transactionContext.trimEnd; | ||
@@ -29,0 +29,0 @@ // this is because transactions are also spans, and spans have a transaction pointer |
{ | ||
"name": "@sentry/tracing", | ||
"version": "6.1.0-beta.0", | ||
"version": "6.1.0", | ||
"description": "Extensions for Sentry AM", | ||
@@ -19,11 +19,11 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/hub": "6.1.0-beta.0", | ||
"@sentry/minimal": "6.1.0-beta.0", | ||
"@sentry/types": "6.1.0-beta.0", | ||
"@sentry/utils": "6.1.0-beta.0", | ||
"@sentry/hub": "6.1.0", | ||
"@sentry/minimal": "6.1.0", | ||
"@sentry/types": "6.1.0", | ||
"@sentry/utils": "6.1.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "6.1.0-beta.0", | ||
"@sentry/browser": "6.1.0-beta.0", | ||
"@sentry-internal/eslint-config-sdk": "6.1.0", | ||
"@sentry/browser": "6.1.0", | ||
"@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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2136720
1
15902
+ Added@sentry/hub@6.1.0(transitive)
+ Added@sentry/minimal@6.1.0(transitive)
+ Added@sentry/types@6.1.0(transitive)
+ Added@sentry/utils@6.1.0(transitive)
- Removed@sentry/hub@6.1.0-beta.0(transitive)
- Removed@sentry/minimal@6.1.0-beta.0(transitive)
- Removed@sentry/types@6.1.0-beta.0(transitive)
- Removed@sentry/utils@6.1.0-beta.0(transitive)
Updated@sentry/hub@6.1.0
Updated@sentry/minimal@6.1.0
Updated@sentry/types@6.1.0
Updated@sentry/utils@6.1.0