@sentry/tracing
Advanced tools
Comparing version 7.56.0 to 7.57.0-beta.0
{ | ||
"name": "@sentry/tracing", | ||
"version": "7.56.0", | ||
"version": "7.57.0-beta.0", | ||
"description": "Sentry Performance Monitoring Package", | ||
@@ -15,2 +15,9 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"types": "types/index.d.ts", | ||
"typesVersions": { | ||
"<4.9": { | ||
"build/npm/types/index.d.ts": [ | ||
"types-ts3.8/index.d.ts" | ||
] | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -20,10 +27,10 @@ "access": "public" | ||
"dependencies": { | ||
"@sentry-internal/tracing": "7.56.0" | ||
"@sentry-internal/tracing": "7.57.0-beta.0" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/integration-shims": "7.56.0", | ||
"@sentry/browser": "7.56.0", | ||
"@sentry/core": "7.56.0", | ||
"@sentry/types": "7.56.0", | ||
"@sentry/utils": "7.56.0", | ||
"@sentry-internal/integration-shims": "7.57.0-beta.0", | ||
"@sentry/browser": "7.57.0-beta.0", | ||
"@sentry/core": "7.57.0-beta.0", | ||
"@sentry/types": "7.57.0-beta.0", | ||
"@sentry/utils": "7.57.0-beta.0", | ||
"@types/express": "^4.17.14" | ||
@@ -30,0 +37,0 @@ }, |
@@ -18,3 +18,3 @@ import type { RequestInstrumentationOptions as RequestInstrumentationOptionsT, SpanStatusType as SpanStatusTypeT } from '@sentry-internal/tracing'; | ||
*/ | ||
export declare type BrowserTracing = BrowserTracingT; | ||
export type BrowserTracing = BrowserTracingT; | ||
/** | ||
@@ -47,3 +47,3 @@ * @deprecated `@sentry/tracing` has been deprecated and will be moved to to `@sentry/node`, `@sentry/browser`, or your framework SDK in the next major version. | ||
*/ | ||
export declare type SpanStatusType = SpanStatusTypeT; | ||
export type SpanStatusType = SpanStatusTypeT; | ||
/** | ||
@@ -60,3 +60,3 @@ * @deprecated `@sentry/tracing` has been deprecated and will be moved to to `@sentry/node`, `@sentry/browser`, or your framework SDK in the next major version. | ||
*/ | ||
export declare type Transaction = TransactionT; | ||
export type Transaction = TransactionT; | ||
/** | ||
@@ -73,3 +73,3 @@ * @deprecated `@sentry/tracing` has been deprecated and will be moved to to `@sentry/node`, `@sentry/browser`, or your framework SDK in the next major version. | ||
*/ | ||
export declare type Span = SpanT; | ||
export type Span = SpanT; | ||
/** | ||
@@ -110,3 +110,3 @@ * @deprecated `@sentry/tracing` has been deprecated and will be moved to to `@sentry/node`, `@sentry/browser`, or your framework SDK in the next major version. | ||
*/ | ||
export declare type IdleTransaction = IdleTransactionT; | ||
export type IdleTransaction = IdleTransactionT; | ||
/** | ||
@@ -127,7 +127,7 @@ * @deprecated `@sentry/tracing` has been deprecated and will be moved to to `@sentry/node`, `@sentry/browser`, or your framework SDK in the next major version. | ||
*/ | ||
export declare type SpanStatus = SpanStatusT; | ||
export type SpanStatus = SpanStatusT; | ||
/** | ||
* @deprecated `@sentry/tracing` has been deprecated and will be moved to to `@sentry/node`, `@sentry/browser`, or your framework SDK in the next major version. | ||
*/ | ||
export declare type RequestInstrumentationOptions = RequestInstrumentationOptionsT; | ||
export type RequestInstrumentationOptions = RequestInstrumentationOptionsT; | ||
export declare const Integrations: { | ||
@@ -134,0 +134,0 @@ /** |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
70511
2
+ Added@sentry-internal/tracing@7.57.0-beta.0(transitive)
+ Added@sentry/core@7.57.0-beta.0(transitive)
+ Added@sentry/types@7.57.0-beta.0(transitive)
+ Added@sentry/utils@7.57.0-beta.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@sentry-internal/tracing@7.56.0(transitive)
- Removed@sentry/core@7.56.0(transitive)
- Removed@sentry/types@7.56.0(transitive)
- Removed@sentry/utils@7.56.0(transitive)
- Removedtslib@1.14.1(transitive)