🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@sentry/core

Package Overview
Dependencies
Maintainers
10
Versions
612
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

to
9.28.1

2

build/cjs/utils-hoist/version.js

@@ -5,5 +5,5 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

const SDK_VERSION = "9.28.0" ;
const SDK_VERSION = "9.28.1" ;
exports.SDK_VERSION = SDK_VERSION;
//# sourceMappingURL=version.js.map

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

{"type":"module","version":"9.28.0","sideEffects":false}
{"type":"module","version":"9.28.1","sideEffects":false}
// This is a magic string replaced by rollup
const SDK_VERSION = "9.28.0" ;
const SDK_VERSION = "9.28.1" ;
export { SDK_VERSION };
//# sourceMappingURL=version.js.map

@@ -325,3 +325,2 @@ import { CaptureContext } from '../scope';

* This function can be defined to modify a child span before it's sent.
* Returning `null` will cause this span to be dropped.
*

@@ -328,0 +327,0 @@ * Note that this function is only called for child spans and not for the root span (formerly known as transaction).

@@ -325,3 +325,2 @@ import type { CaptureContext } from '../scope';

* This function can be defined to modify a child span before it's sent.
* Returning `null` will cause this span to be dropped.
*

@@ -328,0 +327,0 @@ * Note that this function is only called for child spans and not for the root span (formerly known as transaction).

{
"name": "@sentry/core",
"version": "9.28.0",
"version": "9.28.1",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

Sorry, the diff of this file is not supported yet