New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/tracing

Package Overview
Dependencies
Maintainers
12
Versions
318
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.29.0 to 7.30.0

2

cjs/browser/browsertracing.js

@@ -81,3 +81,2 @@ var {

// eslint-disable-next-line @typescript-eslint/unbound-method
const {

@@ -125,3 +124,2 @@ routingInstrumentation: instrumentRouting,

// eslint-disable-next-line @typescript-eslint/unbound-method
const { beforeNavigate, idleTimeout, finalTimeout, heartbeatInterval } = this.options;

@@ -128,0 +126,0 @@

@@ -75,3 +75,2 @@ import { _nullishCoalesce, _optionalChain } from '@sentry/utils/esm/buildPolyfills';

// eslint-disable-next-line @typescript-eslint/unbound-method
const {

@@ -119,3 +118,2 @@ routingInstrumentation: instrumentRouting,

// eslint-disable-next-line @typescript-eslint/unbound-method
const { beforeNavigate, idleTimeout, finalTimeout, heartbeatInterval } = this.options;

@@ -122,0 +120,0 @@

10

package.json
{
"name": "@sentry/tracing",
"version": "7.29.0",
"version": "7.30.0",
"description": "Extensions for Sentry AM",

@@ -19,9 +19,9 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.29.0",
"@sentry/types": "7.29.0",
"@sentry/utils": "7.29.0",
"@sentry/core": "7.30.0",
"@sentry/types": "7.30.0",
"@sentry/utils": "7.30.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@sentry/browser": "7.29.0",
"@sentry/browser": "7.30.0",
"@types/express": "^4.17.14"

@@ -28,0 +28,0 @@ },

@@ -86,3 +86,3 @@ import { Hub } from '@sentry/core';

*/
beforeNavigate?(context: TransactionContext): TransactionContext | undefined;
beforeNavigate?(this: void, context: TransactionContext): TransactionContext | undefined;
/**

@@ -92,3 +92,3 @@ * Instrumentation that creates routing change transactions. By default creates

*/
routingInstrumentation<T extends Transaction>(customStartTransaction: (context: TransactionContext) => T | undefined, startTransactionOnPageLoad?: boolean, startTransactionOnLocationChange?: boolean): void;
routingInstrumentation<T extends Transaction>(this: void, customStartTransaction: (context: TransactionContext) => T | undefined, startTransactionOnPageLoad?: boolean, startTransactionOnLocationChange?: boolean): void;
}

@@ -95,0 +95,0 @@ /**

@@ -36,3 +36,3 @@ import type { Span } from '@sentry/types';

*/
shouldCreateSpanForRequest?(url: string): boolean;
shouldCreateSpanForRequest?(this: void, url: string): boolean;
}

@@ -39,0 +39,0 @@ /** Data returned from fetch callback */

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

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