Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/core

Package Overview
Dependencies
Maintainers
11
Versions
551
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/core - npm Package Compare versions

Comparing version 8.43.0 to 8.44.0

2

build/cjs/server-runtime-client.js

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

// TODO(v9): This should move into the httpIntegration.
// eslint-disable-next-line deprecation/deprecation
if (this._options.autoSessionTracking && this._sessionFlusher) {

@@ -90,2 +91,3 @@ // eslint-disable-next-line deprecation/deprecation

// TODO(v9): This should move into the httpIntegration.
// eslint-disable-next-line deprecation/deprecation
if (this._options.autoSessionTracking && this._sessionFlusher) {

@@ -92,0 +94,0 @@ const eventType = event.type || 'exception';

2

build/cjs/utils-hoist/version.js

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

const SDK_VERSION = "8.43.0" ;
const SDK_VERSION = "8.44.0" ;
exports.SDK_VERSION = SDK_VERSION;
//# sourceMappingURL=version.js.map

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

{"type":"module","version":"8.43.0","sideEffects":false}
{"type":"module","version":"8.44.0","sideEffects":false}

@@ -65,2 +65,3 @@ import { BaseClient } from './baseclient.js';

// TODO(v9): This should move into the httpIntegration.
// eslint-disable-next-line deprecation/deprecation
if (this._options.autoSessionTracking && this._sessionFlusher) {

@@ -88,2 +89,3 @@ // eslint-disable-next-line deprecation/deprecation

// TODO(v9): This should move into the httpIntegration.
// eslint-disable-next-line deprecation/deprecation
if (this._options.autoSessionTracking && this._sessionFlusher) {

@@ -90,0 +92,0 @@ const eventType = event.type || 'exception';

// This is a magic string replaced by rollup
const SDK_VERSION = "8.43.0" ;
const SDK_VERSION = "8.44.0" ;
export { SDK_VERSION };
//# sourceMappingURL=version.js.map

@@ -25,3 +25,7 @@ import { Breadcrumb, BreadcrumbHint } from './breadcrumb';

* A flag enabling Sessions Tracking feature.
* By default, Sessions Tracking is enabled.
* By default, Session Tracking is enabled.
*
* @deprecated Setting the `autoSessionTracking` option is deprecated.
* To enable session tracking, it is recommended to unset `autoSessionTracking` and ensure that either, in browser environments the `browserSessionIntegration` is added, or in server environments the `httpIntegration` is added.
* To disable session tracking, it is recommended unset `autoSessionTracking` and to remove the `browserSessionIntegration` in browser environments, or in server environments configure the `httpIntegration` with the `trackIncomingRequestsAsSessions` option set to `false`.
*/

@@ -28,0 +32,0 @@ autoSessionTracking?: boolean;

@@ -25,3 +25,7 @@ import type { Breadcrumb, BreadcrumbHint } from './breadcrumb';

* A flag enabling Sessions Tracking feature.
* By default, Sessions Tracking is enabled.
* By default, Session Tracking is enabled.
*
* @deprecated Setting the `autoSessionTracking` option is deprecated.
* To enable session tracking, it is recommended to unset `autoSessionTracking` and ensure that either, in browser environments the `browserSessionIntegration` is added, or in server environments the `httpIntegration` is added.
* To disable session tracking, it is recommended unset `autoSessionTracking` and to remove the `browserSessionIntegration` in browser environments, or in server environments configure the `httpIntegration` with the `trackIncomingRequestsAsSessions` option set to `false`.
*/

@@ -28,0 +32,0 @@ autoSessionTracking?: boolean;

{
"name": "@sentry/core",
"version": "8.43.0",
"version": "8.44.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

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