You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sentry/browser

Package Overview
Dependencies
Maintainers
10
Versions
634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/browser - npm Package Compare versions

Comparing version

to
9.34.0

8

build/npm/cjs/tracing/browserTracingIntegration.js

@@ -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