@sentry/opentelemetry-node
Advanced tools
Comparing version
@@ -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
205560
-0.02%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated