Socket
Socket
Sign inDemoInstall

@sentry/browser

Package Overview
Dependencies
Maintainers
11
Versions
529
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 7.111.0 to 7.112.0

11

cjs/index.js

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

const feedback = require('@sentry-internal/feedback');
const integrations = require('@sentry/integrations');
const tracing = require('@sentry-internal/tracing');

@@ -130,3 +131,2 @@ const offline = require('./transports/offline.js');

exports.Dedupe = dedupe.Dedupe;
exports.dedupeIntegration = dedupe.dedupeIntegration;
exports.GlobalHandlers = globalhandlers.GlobalHandlers;

@@ -148,2 +148,11 @@ exports.globalHandlersIntegration = globalhandlers.globalHandlersIntegration;

exports.sendFeedback = feedback.sendFeedback;
exports.captureConsoleIntegration = integrations.captureConsoleIntegration;
exports.contextLinesIntegration = integrations.contextLinesIntegration;
exports.debugIntegration = integrations.debugIntegration;
exports.dedupeIntegration = integrations.dedupeIntegration;
exports.extraErrorDataIntegration = integrations.extraErrorDataIntegration;
exports.httpClientIntegration = integrations.httpClientIntegration;
exports.reportingObserverIntegration = integrations.reportingObserverIntegration;
exports.rewriteFramesIntegration = integrations.rewriteFramesIntegration;
exports.sessionTimingIntegration = integrations.sessionTimingIntegration;
exports.BrowserTracing = tracing.BrowserTracing;

@@ -150,0 +159,0 @@ exports.browserTracingIntegration = tracing.browserTracingIntegration;

3

esm/index.js

@@ -13,3 +13,3 @@ import { Integrations } from '@sentry/core';

export { Breadcrumbs, breadcrumbsIntegration } from './integrations/breadcrumbs.js';
export { Dedupe, dedupeIntegration } from './integrations/dedupe.js';
export { Dedupe } from './integrations/dedupe.js';
export { GlobalHandlers, globalHandlersIntegration } from './integrations/globalhandlers.js';

@@ -23,2 +23,3 @@ export { HttpContext, httpContextIntegration } from './integrations/httpcontext.js';

export { Feedback, feedbackIntegration, sendFeedback } from '@sentry-internal/feedback';
export { captureConsoleIntegration, contextLinesIntegration, debugIntegration, dedupeIntegration, extraErrorDataIntegration, httpClientIntegration, reportingObserverIntegration, rewriteFramesIntegration, sessionTimingIntegration } from '@sentry/integrations';
export { BrowserTracing, browserTracingIntegration, defaultRequestInstrumentationOptions, instrumentOutgoingRequests, startBrowserTracingNavigationSpan, startBrowserTracingPageLoadSpan } from '@sentry-internal/tracing';

@@ -25,0 +26,0 @@ export { makeBrowserOfflineTransport } from './transports/offline.js';

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

@@ -32,12 +32,13 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry-internal/feedback": "7.111.0",
"@sentry-internal/replay-canvas": "7.111.0",
"@sentry-internal/tracing": "7.111.0",
"@sentry/core": "7.111.0",
"@sentry/replay": "7.111.0",
"@sentry/types": "7.111.0",
"@sentry/utils": "7.111.0"
"@sentry-internal/feedback": "7.112.0",
"@sentry-internal/replay-canvas": "7.112.0",
"@sentry-internal/tracing": "7.112.0",
"@sentry/core": "7.112.0",
"@sentry/integrations": "7.112.0",
"@sentry/replay": "7.112.0",
"@sentry/types": "7.112.0",
"@sentry/utils": "7.112.0"
},
"devDependencies": {
"@sentry-internal/integration-shims": "7.111.0",
"@sentry-internal/integration-shims": "7.112.0",
"@types/md5": "2.1.33",

@@ -44,0 +45,0 @@ "btoa": "^1.2.1",

@@ -62,2 +62,3 @@ export * from './exports';

export { Feedback, feedbackIntegration, sendFeedback, } from '@sentry-internal/feedback';
export { captureConsoleIntegration, dedupeIntegration, debugIntegration, extraErrorDataIntegration, reportingObserverIntegration, rewriteFramesIntegration, sessionTimingIntegration, httpClientIntegration, contextLinesIntegration, } from '@sentry/integrations';
export { BrowserTracing, defaultRequestInstrumentationOptions, instrumentOutgoingRequests, browserTracingIntegration, startBrowserTracingNavigationSpan, startBrowserTracingPageLoadSpan, } from '@sentry-internal/tracing';

@@ -64,0 +65,0 @@ export { RequestInstrumentationOptions } from '@sentry-internal/tracing';

@@ -62,2 +62,3 @@ export * from './exports';

export { Feedback, feedbackIntegration, sendFeedback, } from '@sentry-internal/feedback';
export { captureConsoleIntegration, dedupeIntegration, debugIntegration, extraErrorDataIntegration, reportingObserverIntegration, rewriteFramesIntegration, sessionTimingIntegration, httpClientIntegration, contextLinesIntegration, } from '@sentry/integrations';
export { BrowserTracing, defaultRequestInstrumentationOptions, instrumentOutgoingRequests, browserTracingIntegration, startBrowserTracingNavigationSpan, startBrowserTracingPageLoadSpan, } from '@sentry-internal/tracing';

@@ -64,0 +65,0 @@ export type { RequestInstrumentationOptions } from '@sentry-internal/tracing';

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