@sentry/core
Advanced tools
Comparing version 7.81.0 to 7.81.1
Object.defineProperty(exports, '__esModule', { value: true }); | ||
const SDK_VERSION = '7.81.0'; | ||
const SDK_VERSION = '7.81.1'; | ||
exports.SDK_VERSION = SDK_VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -1,4 +0,4 @@ | ||
const SDK_VERSION = '7.81.0'; | ||
const SDK_VERSION = '7.81.1'; | ||
export { SDK_VERSION }; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@sentry/core", | ||
"version": "7.81.0", | ||
"version": "7.81.1", | ||
"description": "Base implementation for all Sentry JavaScript SDKs", | ||
@@ -26,6 +26,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/types": "7.81.0", | ||
"@sentry/utils": "7.81.0" | ||
"@sentry/types": "7.81.1", | ||
"@sentry/utils": "7.81.1" | ||
}, | ||
"sideEffects": false | ||
} |
import { Breadcrumb, BreadcrumbHint, Client, ClientOptions, DataCategory, DsnComponents, DynamicSamplingContext, Envelope, Event, EventDropReason, EventHint, EventProcessor, Integration, IntegrationClass, Outcome, SdkMetadata, Session, SessionAggregates, Severity, SeverityLevel, Transaction, Transport, TransportMakeRequestResponse } from '@sentry/types'; | ||
import { FeedbackEvent } from '@sentry/types'; | ||
import { IntegrationIndex } from './integration'; | ||
@@ -154,2 +155,6 @@ import { Scope } from './scope'; | ||
/** @inheritdoc */ | ||
on(hook: 'beforeSendFeedback', callback: (feedback: FeedbackEvent, options?: { | ||
includeReplay: boolean; | ||
}) => void): void; | ||
/** @inheritdoc */ | ||
emit(hook: 'startTransaction', transaction: Transaction): void; | ||
@@ -174,2 +179,6 @@ /** @inheritdoc */ | ||
}): void; | ||
/** @inheritdoc */ | ||
emit(hook: 'beforeSendFeedback', feedback: FeedbackEvent, options?: { | ||
includeReplay: boolean; | ||
}): void; | ||
/** Updates existing session based on the provided event */ | ||
@@ -176,0 +185,0 @@ protected _updateSessionFromEvent(session: Session, event: Event): void; |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "7.81.0"; | ||
export declare const SDK_VERSION = "7.81.1"; | ||
//# sourceMappingURL=version.d.ts.map |
import type { Breadcrumb, BreadcrumbHint, Client, ClientOptions, DataCategory, DsnComponents, DynamicSamplingContext, Envelope, Event, EventDropReason, EventHint, EventProcessor, Integration, IntegrationClass, Outcome, SdkMetadata, Session, SessionAggregates, Severity, SeverityLevel, Transaction, Transport, TransportMakeRequestResponse } from '@sentry/types'; | ||
import type { FeedbackEvent } from '@sentry/types'; | ||
import type { IntegrationIndex } from './integration'; | ||
@@ -154,2 +155,6 @@ import type { Scope } from './scope'; | ||
/** @inheritdoc */ | ||
on(hook: 'beforeSendFeedback', callback: (feedback: FeedbackEvent, options?: { | ||
includeReplay: boolean; | ||
}) => void): void; | ||
/** @inheritdoc */ | ||
emit(hook: 'startTransaction', transaction: Transaction): void; | ||
@@ -174,2 +179,6 @@ /** @inheritdoc */ | ||
}): void; | ||
/** @inheritdoc */ | ||
emit(hook: 'beforeSendFeedback', feedback: FeedbackEvent, options?: { | ||
includeReplay: boolean; | ||
}): void; | ||
/** Updates existing session based on the provided event */ | ||
@@ -176,0 +185,0 @@ protected _updateSessionFromEvent(session: Session, event: Event): void; |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "7.81.0"; | ||
export declare const SDK_VERSION = "7.81.1"; | ||
//# sourceMappingURL=version.d.ts.map |
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
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
1251835
14477
+ Added@sentry/types@7.81.1(transitive)
+ Added@sentry/utils@7.81.1(transitive)
- Removed@sentry/types@7.81.0(transitive)
- Removed@sentry/utils@7.81.0(transitive)
Updated@sentry/types@7.81.1
Updated@sentry/utils@7.81.1