@sentry/browser
Advanced tools
Comparing version 8.47.0 to 8.48.0
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, |
@@ -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
1046055
11010
+ Added@sentry-internal/browser-utils@8.48.0(transitive)
+ Added@sentry-internal/feedback@8.48.0(transitive)
+ Added@sentry-internal/replay@8.48.0(transitive)
+ Added@sentry-internal/replay-canvas@8.48.0(transitive)
+ Added@sentry/core@8.48.0(transitive)
- Removed@sentry-internal/browser-utils@8.47.0(transitive)
- Removed@sentry-internal/feedback@8.47.0(transitive)
- Removed@sentry-internal/replay@8.47.0(transitive)
- Removed@sentry-internal/replay-canvas@8.47.0(transitive)
- Removed@sentry/core@8.47.0(transitive)
Updated@sentry/core@8.48.0