@sentry/browser
Advanced tools
Comparing version 8.54.0 to 8.55.0
@@ -36,2 +36,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
const integration$3 = require('./integrations/featureFlags/unleash/integration.js'); | ||
const integration$4 = require('./integrations/featureFlags/statsig/integration.js'); | ||
@@ -160,2 +161,3 @@ | ||
exports.unleashIntegration = integration$3.unleashIntegration; | ||
exports.statsigIntegration = integration$4.statsigIntegration; | ||
//# sourceMappingURL=index.js.map |
@@ -34,2 +34,3 @@ export { SDK_VERSION, SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, Scope, addBreadcrumb, addEventProcessor, addIntegration, addTracingExtensions, captureConsoleIntegration, captureEvent, captureException, captureFeedback, captureMessage, captureSession, close, continueTrace, createTransport, debugIntegration, dedupeIntegration, endSession, extraErrorDataIntegration, flush, functionToStringIntegration, getActiveSpan, getClient, getCurrentHub, getCurrentScope, getGlobalScope, getIsolationScope, getRootSpan, getSpanDescendants, getSpanStatusFromHttpCode, inboundFiltersIntegration, isInitialized, lastEventId, makeMultiplexedTransport, moduleMetadataIntegration, parameterize, registerSpanErrorInstrumentation, rewriteFramesIntegration, sessionTimingIntegration, setContext, setCurrentClient, setExtra, setExtras, setHttpStatus, setMeasurement, setTag, setTags, setUser, spanToBaggageHeader, spanToJSON, spanToTraceHeader, startInactiveSpan, startNewTrace, startSession, startSpan, startSpanManual, suppressTracing, thirdPartyErrorFilterIntegration, updateSpanName, withActiveSpan, withIsolationScope, withScope, zodErrorsIntegration } from '@sentry/core'; | ||
export { unleashIntegration } from './integrations/featureFlags/unleash/integration.js'; | ||
export { statsigIntegration } from './integrations/featureFlags/statsig/integration.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.54.0","sideEffects":false} | ||
{"type":"module","version":"8.55.0","sideEffects":false} |
@@ -27,2 +27,3 @@ export * from './exports'; | ||
export { unleashIntegration } from './integrations/featureFlags/unleash'; | ||
export { statsigIntegration } from './integrations/featureFlags/statsig'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -27,2 +27,3 @@ export * from './exports'; | ||
export { unleashIntegration } from './integrations/featureFlags/unleash'; | ||
export { statsigIntegration } from './integrations/featureFlags/statsig'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@sentry/browser", | ||
"version": "8.54.0", | ||
"version": "8.55.0", | ||
"description": "Official Sentry SDK for browsers", | ||
@@ -39,13 +39,14 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"tag": "v8" | ||
}, | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.54.0", | ||
"@sentry-internal/feedback": "8.54.0", | ||
"@sentry-internal/replay": "8.54.0", | ||
"@sentry-internal/replay-canvas": "8.54.0", | ||
"@sentry/core": "8.54.0" | ||
"@sentry-internal/browser-utils": "8.55.0", | ||
"@sentry-internal/feedback": "8.55.0", | ||
"@sentry-internal/replay": "8.55.0", | ||
"@sentry-internal/replay-canvas": "8.55.0", | ||
"@sentry/core": "8.55.0" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/integration-shims": "8.54.0", | ||
"@sentry-internal/integration-shims": "8.55.0", | ||
"fake-indexeddb": "^4.0.1" | ||
@@ -52,0 +53,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
1071839
343
11360
+ Added@sentry-internal/browser-utils@8.55.0(transitive)
+ Added@sentry-internal/feedback@8.55.0(transitive)
+ Added@sentry-internal/replay@8.55.0(transitive)
+ Added@sentry-internal/replay-canvas@8.55.0(transitive)
+ Added@sentry/core@8.55.0(transitive)
- Removed@sentry-internal/browser-utils@8.54.0(transitive)
- Removed@sentry-internal/feedback@8.54.0(transitive)
- Removed@sentry-internal/replay@8.54.0(transitive)
- Removed@sentry-internal/replay-canvas@8.54.0(transitive)
- Removed@sentry/core@8.54.0(transitive)
Updated@sentry/core@8.55.0