@sentry/browser
Advanced tools
Comparing version
@@ -54,3 +54,3 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
enableLongAnimationFrame, | ||
_experiments: { enableInteractions, enableStandaloneClsSpans }, | ||
_experiments: { enableInteractions, enableStandaloneClsSpans, enableStandaloneLcpSpans }, | ||
beforeStartSpan, | ||
@@ -112,2 +112,3 @@ idleTimeout, | ||
recordClsOnPageloadSpan: !enableStandaloneClsSpans, | ||
recordLcpOnPageloadSpan: !enableStandaloneLcpSpans, | ||
ignoreResourceSpans, | ||
@@ -155,3 +156,6 @@ ignorePerformanceApiSpans, | ||
_collectWebVitals = browserUtils.startTrackingWebVitals({ recordClsStandaloneSpans: enableStandaloneClsSpans || false }); | ||
_collectWebVitals = browserUtils.startTrackingWebVitals({ | ||
recordClsStandaloneSpans: enableStandaloneClsSpans || false, | ||
recordLcpStandaloneSpans: enableStandaloneLcpSpans || false, | ||
}); | ||
@@ -158,0 +162,0 @@ if (enableInp) { |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.33.0","sideEffects":false} | ||
{"type":"module","version":"9.34.0","sideEffects":false} |
@@ -52,3 +52,3 @@ import { TRACING_DEFAULTS, getLocationHref, browserPerformanceTimeOrigin, parseStringToURLObject, getCurrentScope, registerSpanErrorInstrumentation, GLOBAL_OBJ, getClient, getIsolationScope, generateTraceId, propagationContextFromHeaders, spanToJSON, logger, SEMANTIC_ATTRIBUTE_SENTRY_IDLE_SPAN_FINISH_REASON, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, startIdleSpan, getDynamicSamplingContextFromSpan, spanIsSampled, addNonEnumerableProperty, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core'; | ||
enableLongAnimationFrame, | ||
_experiments: { enableInteractions, enableStandaloneClsSpans }, | ||
_experiments: { enableInteractions, enableStandaloneClsSpans, enableStandaloneLcpSpans }, | ||
beforeStartSpan, | ||
@@ -110,2 +110,3 @@ idleTimeout, | ||
recordClsOnPageloadSpan: !enableStandaloneClsSpans, | ||
recordLcpOnPageloadSpan: !enableStandaloneLcpSpans, | ||
ignoreResourceSpans, | ||
@@ -153,3 +154,6 @@ ignorePerformanceApiSpans, | ||
_collectWebVitals = startTrackingWebVitals({ recordClsStandaloneSpans: enableStandaloneClsSpans || false }); | ||
_collectWebVitals = startTrackingWebVitals({ | ||
recordClsStandaloneSpans: enableStandaloneClsSpans || false, | ||
recordLcpStandaloneSpans: enableStandaloneLcpSpans || false, | ||
}); | ||
@@ -156,0 +160,0 @@ if (enableInp) { |
@@ -177,2 +177,3 @@ import { Client, Span, StartSpanOptions, WebFetchHeaders } from '@sentry/core'; | ||
enableStandaloneClsSpans: boolean; | ||
enableStandaloneLcpSpans: boolean; | ||
}>; | ||
@@ -179,0 +180,0 @@ /** |
@@ -177,2 +177,3 @@ import type { Client, Span, StartSpanOptions, WebFetchHeaders } from '@sentry/core'; | ||
enableStandaloneClsSpans: boolean; | ||
enableStandaloneLcpSpans: boolean; | ||
}>; | ||
@@ -179,0 +180,0 @@ /** |
{ | ||
"name": "@sentry/browser", | ||
"version": "9.33.0", | ||
"version": "9.34.0", | ||
"description": "Official Sentry SDK for browsers", | ||
@@ -42,10 +42,10 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "9.33.0", | ||
"@sentry-internal/feedback": "9.33.0", | ||
"@sentry-internal/replay": "9.33.0", | ||
"@sentry-internal/replay-canvas": "9.33.0", | ||
"@sentry/core": "9.33.0" | ||
"@sentry-internal/browser-utils": "9.34.0", | ||
"@sentry-internal/feedback": "9.34.0", | ||
"@sentry-internal/replay": "9.34.0", | ||
"@sentry-internal/replay-canvas": "9.34.0", | ||
"@sentry/core": "9.34.0" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/integration-shims": "9.33.0", | ||
"@sentry-internal/integration-shims": "9.34.0", | ||
"fake-indexeddb": "^4.0.1" | ||
@@ -52,0 +52,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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1201220
0.09%12952
0.08%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated