New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/core

Package Overview
Dependencies
Maintainers
12
Versions
557
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 5.10.0-beta.4 to 5.10.0-rc.0

2

dist/api.d.ts
import { DsnLike } from '@sentry/types';
import { Dsn } from './dsn';
import { Dsn } from '@sentry/utils';
/** Helper class to provide urls to different Sentry endpoints. */

@@ -4,0 +4,0 @@ export declare class API {

Object.defineProperty(exports, "__esModule", { value: true });
var utils_1 = require("@sentry/utils");
var dsn_1 = require("./dsn");
var SENTRY_API_VERSION = '7';

@@ -10,3 +9,3 @@ /** Helper class to provide urls to different Sentry endpoints. */

this.dsn = dsn;
this._dsnObject = new dsn_1.Dsn(dsn);
this._dsnObject = new utils_1.Dsn(dsn);
}

@@ -13,0 +12,0 @@ /** Returns the Dsn object. */

import { Scope } from '@sentry/hub';
import { Client, Event, EventHint, Integration, IntegrationClass, Options, SdkInfo, Severity } from '@sentry/types';
import { Dsn } from '@sentry/utils';
import { Backend, BackendClass } from './basebackend';
import { Dsn } from './dsn';
import { IntegrationIndex } from './integration';

@@ -6,0 +6,0 @@ /**

Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var utils_1 = require("@sentry/utils");
var dsn_1 = require("./dsn");
var integration_1 = require("./integration");

@@ -53,3 +52,3 @@ /**

if (options.dsn) {
this._dsn = new dsn_1.Dsn(options.dsn);
this._dsn = new utils_1.Dsn(options.dsn);
}

@@ -56,0 +55,0 @@ if (this._isEnabled()) {

@@ -6,3 +6,2 @@ export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/minimal';

export { BackendClass, BaseBackend } from './basebackend';
export { Dsn } from './dsn';
export { initAndBind, ClientClass } from './sdk';

@@ -9,0 +8,0 @@ export { NoopTransport } from './transports/noop';

@@ -27,4 +27,2 @@ Object.defineProperty(exports, "__esModule", { value: true });

exports.BaseBackend = basebackend_1.BaseBackend;
var dsn_1 = require("./dsn");
exports.Dsn = dsn_1.Dsn;
var sdk_1 = require("./sdk");

@@ -31,0 +29,0 @@ exports.initAndBind = sdk_1.initAndBind;

import { DsnLike } from '@sentry/types';
import { Dsn } from './dsn';
import { Dsn } from '@sentry/utils';
/** Helper class to provide urls to different Sentry endpoints. */

@@ -4,0 +4,0 @@ export declare class API {

@@ -1,3 +0,2 @@

import { timestampWithMs, urlEncode } from '@sentry/utils';
import { Dsn } from './dsn';
import { Dsn, timestampWithMs, urlEncode } from '@sentry/utils';
var SENTRY_API_VERSION = '7';

@@ -4,0 +3,0 @@ /** Helper class to provide urls to different Sentry endpoints. */

import { Scope } from '@sentry/hub';
import { Client, Event, EventHint, Integration, IntegrationClass, Options, SdkInfo, Severity } from '@sentry/types';
import { Dsn } from '@sentry/utils';
import { Backend, BackendClass } from './basebackend';
import { Dsn } from './dsn';
import { IntegrationIndex } from './integration';

@@ -6,0 +6,0 @@ /**

import * as tslib_1 from "tslib";
import { isPrimitive, isThenable, logger, SyncPromise, truncate, uuid4 } from '@sentry/utils';
import { Dsn } from './dsn';
import { Dsn, isPrimitive, isThenable, logger, SyncPromise, truncate, uuid4 } from '@sentry/utils';
import { setupIntegrations } from './integration';

@@ -5,0 +4,0 @@ /**

@@ -6,3 +6,2 @@ export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/minimal';

export { BackendClass, BaseBackend } from './basebackend';
export { Dsn } from './dsn';
export { initAndBind, ClientClass } from './sdk';

@@ -9,0 +8,0 @@ export { NoopTransport } from './transports/noop';

@@ -6,3 +6,2 @@ export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/minimal';

export { BaseBackend } from './basebackend';
export { Dsn } from './dsn';
export { initAndBind } from './sdk';

@@ -9,0 +8,0 @@ export { NoopTransport } from './transports/noop';

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

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

"dependencies": {
"@sentry/hub": "5.10.0-beta.4",
"@sentry/minimal": "5.10.0-beta.4",
"@sentry/types": "5.10.0-beta.4",
"@sentry/utils": "5.10.0-beta.4",
"@sentry/hub": "5.10.0-rc.0",
"@sentry/minimal": "5.10.0-rc.0",
"@sentry/types": "5.10.0-rc.0",
"@sentry/utils": "5.10.0-rc.0",
"tslib": "^1.9.3"

@@ -25,0 +25,0 @@ },

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

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

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