Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/tracing

Package Overview
Dependencies
Maintainers
12
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/tracing - npm Package Compare versions

Comparing version 7.56.0 to 7.57.0-beta.0

21

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc