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 7.81.0 to 7.81.1

2

cjs/version.js
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

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