@sentry/core
Advanced tools
Comparing version 8.43.0 to 8.44.0
@@ -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'; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3553264
42647
14
25
6
129