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

@sentry/browser

Package Overview
Dependencies
Maintainers
10
Versions
565
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 8.47.0 to 8.48.0

2

build/npm/cjs/feedbackSync.js
Object.defineProperty(exports, '__esModule', { value: true });
const feedback = require('@sentry-internal/feedback');
const lazyLoadIntegration = require('./utils/lazyLoadIntegration.js');
/** Add a widget to capture user feedback to your application. */
const feedbackSyncIntegration = feedback.buildFeedbackIntegration({
lazyLoadIntegration: lazyLoadIntegration.lazyLoadIntegration,
getModalIntegration: () => feedback.feedbackModalIntegration,

@@ -10,0 +8,0 @@ getScreenshotIntegration: () => feedback.feedbackScreenshotIntegration,

1

build/npm/cjs/tracing/browserTracingIntegration.js

@@ -311,2 +311,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

// as a result.
// eslint-disable-next-line deprecation/deprecation
const metaTag = core.getDomElement(`meta[name=${metaName}]`);

@@ -313,0 +314,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access

import { buildFeedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration } from '@sentry-internal/feedback';
import { lazyLoadIntegration } from './utils/lazyLoadIntegration.js';
/** Add a widget to capture user feedback to your application. */
const feedbackSyncIntegration = buildFeedbackIntegration({
lazyLoadIntegration,
getModalIntegration: () => feedbackModalIntegration,

@@ -8,0 +6,0 @@ getScreenshotIntegration: () => feedbackScreenshotIntegration,

@@ -1,1 +0,1 @@

{"type":"module","version":"8.47.0","sideEffects":false}
{"type":"module","version":"8.48.0","sideEffects":false}

@@ -309,2 +309,3 @@ import { startTrackingWebVitals, startTrackingINP, startTrackingLongAnimationFrames, startTrackingLongTasks, startTrackingInteractions, addHistoryInstrumentationHandler, registerInpInteractionListener, addPerformanceEntries } from '@sentry-internal/browser-utils';

// as a result.
// eslint-disable-next-line deprecation/deprecation
const metaTag = getDomElement(`meta[name=${metaName}]`);

@@ -311,0 +312,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access

{
"name": "@sentry/browser",
"version": "8.47.0",
"version": "8.48.0",
"description": "Official Sentry SDK for browsers",

@@ -42,10 +42,10 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry-internal/browser-utils": "8.47.0",
"@sentry-internal/feedback": "8.47.0",
"@sentry-internal/replay": "8.47.0",
"@sentry-internal/replay-canvas": "8.47.0",
"@sentry/core": "8.47.0"
"@sentry-internal/browser-utils": "8.48.0",
"@sentry-internal/feedback": "8.48.0",
"@sentry-internal/replay": "8.48.0",
"@sentry-internal/replay-canvas": "8.48.0",
"@sentry/core": "8.48.0"
},
"devDependencies": {
"@sentry-internal/integration-shims": "8.47.0",
"@sentry-internal/integration-shims": "8.48.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

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