You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sentry/opentelemetry-node

Package Overview
Dependencies
Maintainers
11
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/opentelemetry-node - npm Package Compare versions

Comparing version

to
7.89.0

2

cjs/utils/isSentryRequest.js

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

return core.isSentryRequestUrl(httpUrl.toString(), core.getCurrentHub());
return core.isSentryRequestUrl(httpUrl.toString(), core.getClient());
}

@@ -23,0 +23,0 @@

import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
import { isSentryRequestUrl, getCurrentHub } from '@sentry/core';
import { isSentryRequestUrl, getClient } from '@sentry/core';

@@ -18,3 +18,3 @@ /**

return isSentryRequestUrl(httpUrl.toString(), getCurrentHub());
return isSentryRequestUrl(httpUrl.toString(), getClient());
}

@@ -21,0 +21,0 @@

{
"name": "@sentry/opentelemetry-node",
"version": "7.88.0",
"version": "7.89.0",
"description": "Official Sentry SDK for OpenTelemetry Node.js",

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

"dependencies": {
"@sentry/core": "7.88.0",
"@sentry/types": "7.88.0",
"@sentry/utils": "7.88.0"
"@sentry/core": "7.89.0",
"@sentry/types": "7.89.0",
"@sentry/utils": "7.89.0"
},

@@ -43,3 +43,3 @@ "peerDependencies": {

"@opentelemetry/semantic-conventions": "^1.17.1",
"@sentry/node": "7.88.0"
"@sentry/node": "7.89.0"
},

@@ -46,0 +46,0 @@ "sideEffects": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet