Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
2
Maintainers
0
Versions
499
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.11.0 to 8.12.0-beta.0

4

cjs/exports.js

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

*
* @param exception The exception to capture.
* @param message The message to send to Sentry.
* @param captureContext Define the level of the message or pass in additional data to attach to the message.

@@ -44,3 +44,3 @@ * @returns the id of the captured message.

*
* @param exception The event to send to Sentry.
* @param event The event to send to Sentry.
* @param hint Optional additional data to attach to the Sentry event.

@@ -47,0 +47,0 @@ * @returns the id of the captured event.

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

client.init();
return client;
}

@@ -39,0 +40,0 @@

@@ -26,3 +26,3 @@ import { logger, uuid4, timestampInSeconds, isThenable, GLOBAL_OBJ } from '@sentry/utils';

*
* @param exception The exception to capture.
* @param message The message to send to Sentry.
* @param captureContext Define the level of the message or pass in additional data to attach to the message.

@@ -42,3 +42,3 @@ * @returns the id of the captured message.

*
* @param exception The event to send to Sentry.
* @param event The event to send to Sentry.
* @param hint Optional additional data to attach to the Sentry event.

@@ -45,0 +45,0 @@ * @returns the id of the captured event.

@@ -35,2 +35,3 @@ import { logger, consoleSandbox } from '@sentry/utils';

client.init();
return client;
}

@@ -37,0 +38,0 @@

{
"name": "@sentry/core",
"version": "8.11.0",
"version": "8.12.0-beta.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -45,6 +45,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "8.11.0",
"@sentry/utils": "8.11.0"
"@sentry/types": "8.12.0-beta.0",
"@sentry/utils": "8.12.0-beta.0"
},
"sideEffects": false
}

@@ -14,3 +14,3 @@ import { CaptureContext, CheckIn, Event, EventHint, EventProcessor, Extra, Extras, MonitorConfig, Primitive, Session, SessionContext, SeverityLevel, User } from '@sentry/types';

*
* @param exception The exception to capture.
* @param message The message to send to Sentry.
* @param captureContext Define the level of the message or pass in additional data to attach to the message.

@@ -23,3 +23,3 @@ * @returns the id of the captured message.

*
* @param exception The event to send to Sentry.
* @param event The event to send to Sentry.
* @param hint Optional additional data to attach to the Sentry event.

@@ -26,0 +26,0 @@ * @returns the id of the captured event.

@@ -11,3 +11,3 @@ import { Client, ClientOptions } from '@sentry/types';

*/
export declare function initAndBind<F extends Client, O extends ClientOptions>(clientClass: ClientClass<F, O>, options: O): void;
export declare function initAndBind<F extends Client, O extends ClientOptions>(clientClass: ClientClass<F, O>, options: O): Client;
/**

@@ -14,0 +14,0 @@ * Make the given client the current client.

@@ -14,3 +14,3 @@ import type { CaptureContext, CheckIn, Event, EventHint, EventProcessor, Extra, Extras, MonitorConfig, Primitive, Session, SessionContext, SeverityLevel, User } from '@sentry/types';

*
* @param exception The exception to capture.
* @param message The message to send to Sentry.
* @param captureContext Define the level of the message or pass in additional data to attach to the message.

@@ -23,3 +23,3 @@ * @returns the id of the captured message.

*
* @param exception The event to send to Sentry.
* @param event The event to send to Sentry.
* @param hint Optional additional data to attach to the Sentry event.

@@ -26,0 +26,0 @@ * @returns the id of the captured event.

@@ -11,3 +11,3 @@ import type { Client, ClientOptions } from '@sentry/types';

*/
export declare function initAndBind<F extends Client, O extends ClientOptions>(clientClass: ClientClass<F, O>, options: O): void;
export declare function initAndBind<F extends Client, O extends ClientOptions>(clientClass: ClientClass<F, O>, options: O): Client;
/**

@@ -14,0 +14,0 @@ * Make the given client the current client.

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc