Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
11
Versions
515
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 8.27.0 to 8.28.0

build/cjs/profiling.js

2

build/cjs/index.js

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

const exports$2 = require('./metrics/exports.js');
const profiling = require('./profiling.js');
const exportsDefault = require('./metrics/exports-default.js');

@@ -203,2 +204,3 @@ const browserAggregator = require('./metrics/browser-aggregator.js');

exports.metrics = exports$2.metrics;
exports.profiler = profiling.profiler;
exports.metricsDefault = exportsDefault.metricsDefault;

@@ -205,0 +207,0 @@ exports.BrowserMetricsAggregator = browserAggregator.BrowserMetricsAggregator;

@@ -60,2 +60,3 @@ export { registerSpanErrorInstrumentation } from './tracing/errors.js';

export { metrics } from './metrics/exports.js';
export { profiler } from './profiling.js';
export { metricsDefault } from './metrics/exports-default.js';

@@ -62,0 +63,0 @@ export { BrowserMetricsAggregator } from './metrics/browser-aggregator.js';

@@ -56,2 +56,3 @@ export { ClientClass as SentryCoreCurrentScopes } from './sdk';

export { metrics } from './metrics/exports';
export { profiler } from './profiling';
export { MetricData } from '@sentry/types';

@@ -58,0 +59,0 @@ export { metricsDefault } from './metrics/exports-default';

@@ -56,2 +56,3 @@ export type { ClientClass as SentryCoreCurrentScopes } from './sdk';

export { metrics } from './metrics/exports';
export { profiler } from './profiling';
export type { MetricData } from '@sentry/types';

@@ -58,0 +59,0 @@ export { metricsDefault } from './metrics/exports-default';

6

package.json
{
"name": "@sentry/core",
"version": "8.27.0",
"version": "8.28.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

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

"dependencies": {
"@sentry/types": "8.27.0",
"@sentry/utils": "8.27.0"
"@sentry/types": "8.28.0",
"@sentry/utils": "8.28.0"
},

@@ -46,0 +46,0 @@ "scripts": {

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