@sentry/tracing
Advanced tools
Comparing version 7.29.0 to 7.30.0
@@ -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 @@ |
{ | ||
"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
1254661
8494
+ Added@sentry/core@7.30.0(transitive)
+ Added@sentry/types@7.30.0(transitive)
+ Added@sentry/utils@7.30.0(transitive)
- Removed@sentry/core@7.29.0(transitive)
- Removed@sentry/types@7.29.0(transitive)
- Removed@sentry/utils@7.29.0(transitive)
Updated@sentry/core@7.30.0
Updated@sentry/types@7.30.0
Updated@sentry/utils@7.30.0