@sentry/tracing
Advanced tools
Comparing version 6.17.3 to 6.17.4
@@ -6,2 +6,3 @@ import { addExtensionMethods } from './hubextensions'; | ||
export { Span, SpanStatusType, spanStatusfromHttpCode } from './span'; | ||
export { SpanStatus } from './spanstatus'; | ||
export { Transaction } from './transaction'; | ||
@@ -8,0 +9,0 @@ export { instrumentOutgoingRequests as registerRequestInstrumentation, RequestInstrumentationOptions, defaultRequestInstrumentationOptions, } from './browser'; |
@@ -27,2 +27,5 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.spanStatusfromHttpCode = span_1.spanStatusfromHttpCode; | ||
// eslint-disable-next-line deprecation/deprecation | ||
var spanstatus_1 = require("./spanstatus"); | ||
exports.SpanStatus = spanstatus_1.SpanStatus; | ||
var transaction_1 = require("./transaction"); | ||
@@ -29,0 +32,0 @@ exports.Transaction = transaction_1.Transaction; |
@@ -1,2 +0,5 @@ | ||
/** The status of an Span. */ | ||
/** The status of an Span. | ||
* | ||
* @deprecated Use string literals - if you require type casting, cast to SpanStatusType type | ||
*/ | ||
export declare enum SpanStatus { | ||
@@ -3,0 +6,0 @@ /** The operation completed successfully. */ |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** The status of an Span. */ | ||
/** The status of an Span. | ||
* | ||
* @deprecated Use string literals - if you require type casting, cast to SpanStatusType type | ||
*/ | ||
// eslint-disable-next-line import/export | ||
@@ -4,0 +7,0 @@ var SpanStatus; |
@@ -6,2 +6,3 @@ import { addExtensionMethods } from './hubextensions'; | ||
export { Span, SpanStatusType, spanStatusfromHttpCode } from './span'; | ||
export { SpanStatus } from './spanstatus'; | ||
export { Transaction } from './transaction'; | ||
@@ -8,0 +9,0 @@ export { instrumentOutgoingRequests as registerRequestInstrumentation, RequestInstrumentationOptions, defaultRequestInstrumentationOptions, } from './browser'; |
@@ -22,2 +22,4 @@ import { addExtensionMethods } from './hubextensions'; | ||
export { Span, spanStatusfromHttpCode } from './span'; | ||
// eslint-disable-next-line deprecation/deprecation | ||
export { SpanStatus } from './spanstatus'; | ||
export { Transaction } from './transaction'; | ||
@@ -24,0 +26,0 @@ export { |
@@ -1,2 +0,5 @@ | ||
/** The status of an Span. */ | ||
/** The status of an Span. | ||
* | ||
* @deprecated Use string literals - if you require type casting, cast to SpanStatusType type | ||
*/ | ||
export declare enum SpanStatus { | ||
@@ -3,0 +6,0 @@ /** The operation completed successfully. */ |
@@ -1,2 +0,5 @@ | ||
/** The status of an Span. */ | ||
/** The status of an Span. | ||
* | ||
* @deprecated Use string literals - if you require type casting, cast to SpanStatusType type | ||
*/ | ||
// eslint-disable-next-line import/export | ||
@@ -3,0 +6,0 @@ export var SpanStatus; |
{ | ||
"name": "@sentry/tracing", | ||
"version": "6.17.3", | ||
"version": "6.17.4", | ||
"description": "Extensions for Sentry AM", | ||
@@ -19,10 +19,10 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/hub": "6.17.3", | ||
"@sentry/minimal": "6.17.3", | ||
"@sentry/types": "6.17.3", | ||
"@sentry/utils": "6.17.3", | ||
"@sentry/hub": "6.17.4", | ||
"@sentry/minimal": "6.17.4", | ||
"@sentry/types": "6.17.4", | ||
"@sentry/utils": "6.17.4", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@sentry/browser": "6.17.3", | ||
"@sentry/browser": "6.17.4", | ||
"@types/express": "^4.17.1", | ||
@@ -47,6 +47,6 @@ "@types/jsdom": "^16.2.3", | ||
"build:bundle:watch": "rollup --config --watch", | ||
"build:cjs:watch": "tsc -p tsconfig.cjs.json -w --preserveWatchOutput", | ||
"build:cjs:watch": "tsc -p tsconfig.cjs.json --watch", | ||
"build:dev:watch": "run-s build:watch", | ||
"build:es5:watch": "yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***", | ||
"build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput", | ||
"build:esm:watch": "tsc -p tsconfig.esm.json --watch", | ||
"clean": "rimraf dist esm build coverage", | ||
@@ -53,0 +53,0 @@ "circularDepCheck": "madge --circular src/index.ts", |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2280280
16605
+ Added@sentry/hub@6.17.4(transitive)
+ Added@sentry/minimal@6.17.4(transitive)
+ Added@sentry/types@6.17.4(transitive)
+ Added@sentry/utils@6.17.4(transitive)
- Removed@sentry/hub@6.17.3(transitive)
- Removed@sentry/minimal@6.17.3(transitive)
- Removed@sentry/types@6.17.3(transitive)
- Removed@sentry/utils@6.17.3(transitive)
Updated@sentry/hub@6.17.4
Updated@sentry/minimal@6.17.4
Updated@sentry/types@6.17.4
Updated@sentry/utils@6.17.4