@sentry/browser
Advanced tools
Comparing version 8.8.0 to 8.9.0
@@ -15,4 +15,2 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
/** Options for Browser Tracing integration */ | ||
const DEFAULT_BROWSER_TRACING_OPTIONS = { | ||
@@ -245,2 +243,6 @@ ...core.TRACING_DEFAULTS, | ||
if (enableInp) { | ||
browserUtils.registerInpInteractionListener(latestRoute); | ||
} | ||
request.instrumentOutgoingRequests({ | ||
@@ -247,0 +249,0 @@ traceFetch, |
@@ -1,2 +0,2 @@ | ||
import { startTrackingWebVitals, startTrackingINP, startTrackingLongTasks, startTrackingInteractions, addHistoryInstrumentationHandler, addPerformanceEntries } from '@sentry-internal/browser-utils'; | ||
import { startTrackingWebVitals, startTrackingINP, startTrackingLongTasks, startTrackingInteractions, addHistoryInstrumentationHandler, registerInpInteractionListener, addPerformanceEntries } from '@sentry-internal/browser-utils'; | ||
import { TRACING_DEFAULTS, registerSpanErrorInstrumentation, getClient, spanToJSON, getCurrentScope, getRootSpan, spanIsSampled, getDynamicSamplingContextFromSpan, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, getActiveSpan, getIsolationScope, startIdleSpan, SEMANTIC_ATTRIBUTE_SENTRY_IDLE_SPAN_FINISH_REASON } from '@sentry/core'; | ||
@@ -13,4 +13,2 @@ import { logger, propagationContextFromHeaders, browserPerformanceTimeOrigin, generatePropagationContext, getDomElement } from '@sentry/utils'; | ||
/** Options for Browser Tracing integration */ | ||
const DEFAULT_BROWSER_TRACING_OPTIONS = { | ||
@@ -243,2 +241,6 @@ ...TRACING_DEFAULTS, | ||
if (enableInp) { | ||
registerInpInteractionListener(latestRoute); | ||
} | ||
instrumentOutgoingRequests({ | ||
@@ -245,0 +247,0 @@ traceFetch, |
{ | ||
"name": "@sentry/browser", | ||
"version": "8.8.0", | ||
"version": "8.9.0", | ||
"description": "Official Sentry SDK for browsers", | ||
@@ -45,17 +45,13 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.8.0", | ||
"@sentry-internal/feedback": "8.8.0", | ||
"@sentry-internal/replay": "8.8.0", | ||
"@sentry-internal/replay-canvas": "8.8.0", | ||
"@sentry/core": "8.8.0", | ||
"@sentry/types": "8.8.0", | ||
"@sentry/utils": "8.8.0" | ||
"@sentry-internal/browser-utils": "8.9.0", | ||
"@sentry-internal/feedback": "8.9.0", | ||
"@sentry-internal/replay": "8.9.0", | ||
"@sentry-internal/replay-canvas": "8.9.0", | ||
"@sentry/core": "8.9.0", | ||
"@sentry/types": "8.9.0", | ||
"@sentry/utils": "8.9.0" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/integration-shims": "8.8.0", | ||
"@types/md5": "2.1.33", | ||
"btoa": "^1.2.1", | ||
"@sentry-internal/integration-shims": "8.9.0", | ||
"fake-indexeddb": "^4.0.1", | ||
"node-fetch": "^2.6.0", | ||
"playwright": "^1.31.1", | ||
"webpack": "^4.47.0" | ||
@@ -62,0 +58,0 @@ }, |
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
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
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
948279
3
9616
+ Added@sentry-internal/browser-utils@8.9.0(transitive)
+ Added@sentry-internal/feedback@8.9.0(transitive)
+ Added@sentry-internal/replay@8.9.0(transitive)
+ Added@sentry-internal/replay-canvas@8.9.0(transitive)
+ Added@sentry/core@8.9.0(transitive)
+ Added@sentry/types@8.9.0(transitive)
+ Added@sentry/utils@8.9.0(transitive)
- Removed@sentry-internal/browser-utils@8.8.0(transitive)
- Removed@sentry-internal/feedback@8.8.0(transitive)
- Removed@sentry-internal/replay@8.8.0(transitive)
- Removed@sentry-internal/replay-canvas@8.8.0(transitive)
- Removed@sentry/core@8.8.0(transitive)
- Removed@sentry/types@8.8.0(transitive)
- Removed@sentry/utils@8.8.0(transitive)
Updated@sentry/core@8.9.0
Updated@sentry/types@8.9.0
Updated@sentry/utils@8.9.0