Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
11
Versions
526
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.102.0 to 7.102.1

2

cjs/version.js
Object.defineProperty(exports, '__esModule', { value: true });
const SDK_VERSION = '7.102.0';
const SDK_VERSION = '7.102.1';
exports.SDK_VERSION = SDK_VERSION;
//# sourceMappingURL=version.js.map

@@ -1,4 +0,4 @@

const SDK_VERSION = '7.102.0';
const SDK_VERSION = '7.102.1';
export { SDK_VERSION };
//# sourceMappingURL=version.js.map
{
"name": "@sentry/core",
"version": "7.102.0",
"version": "7.102.1",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -32,4 +32,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "7.102.0",
"@sentry/utils": "7.102.0"
"@sentry/types": "7.102.1",
"@sentry/utils": "7.102.1"
},

@@ -36,0 +36,0 @@ "madge": {

@@ -62,5 +62,5 @@ import { Instrumenter, Primitive, Span as SpanInterface, SpanAttributeValue, SpanAttributes, SpanContext, SpanContextData, SpanJSON, SpanOrigin, SpanTimeInput, TraceContext, Transaction } from '@sentry/types';

protected _spanId: string;
protected _parentSpanId?: string;
protected _parentSpanId?: string | undefined;
protected _sampled: boolean | undefined;
protected _name?: string;
protected _name?: string | undefined;
protected _attributes: SpanAttributes;

@@ -70,5 +70,5 @@ /** Epoch timestamp in seconds when the span started. */

/** Epoch timestamp in seconds when the span ended. */
protected _endTime?: number;
protected _endTime?: number | undefined;
/** Internal keeper of the status */
protected _status?: SpanStatusType | string;
protected _status?: SpanStatusType | string | undefined;
private _logMessage?;

@@ -208,3 +208,3 @@ /**

*/
startChild(spanContext?: Pick<SpanContext, Exclude<keyof SpanContext, 'sampled' | 'traceId' | 'parentSpanId'>>): Span;
startChild(spanContext?: Pick<SpanContext, Exclude<keyof SpanContext, 'sampled' | 'traceId' | 'parentSpanId'>>): SpanInterface;
/**

@@ -211,0 +211,0 @@ * Sets the tag attribute on the current span.

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

export declare const SDK_VERSION = "7.102.0";
export declare const SDK_VERSION = "7.102.1";
//# sourceMappingURL=version.d.ts.map

@@ -62,5 +62,5 @@ import type { Instrumenter, Primitive, Span as SpanInterface, SpanAttributeValue, SpanAttributes, SpanContext, SpanContextData, SpanJSON, SpanOrigin, SpanTimeInput, TraceContext, Transaction } from '@sentry/types';

protected _spanId: string;
protected _parentSpanId?: string;
protected _parentSpanId?: string | undefined;
protected _sampled: boolean | undefined;
protected _name?: string;
protected _name?: string | undefined;
protected _attributes: SpanAttributes;

@@ -70,5 +70,5 @@ /** Epoch timestamp in seconds when the span started. */

/** Epoch timestamp in seconds when the span ended. */
protected _endTime?: number;
protected _endTime?: number | undefined;
/** Internal keeper of the status */
protected _status?: SpanStatusType | string;
protected _status?: SpanStatusType | string | undefined;
private _logMessage?;

@@ -220,3 +220,3 @@ /**

*/
startChild(spanContext?: Pick<SpanContext, Exclude<keyof SpanContext, 'sampled' | 'traceId' | 'parentSpanId'>>): Span;
startChild(spanContext?: Pick<SpanContext, Exclude<keyof SpanContext, 'sampled' | 'traceId' | 'parentSpanId'>>): SpanInterface;
/**

@@ -223,0 +223,0 @@ * Sets the tag attribute on the current span.

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

export declare const SDK_VERSION = "7.102.0";
export declare const SDK_VERSION = "7.102.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

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