Socket
Socket
Sign inDemoInstall

@sentry/opentelemetry

Package Overview
Dependencies
Maintainers
11
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/opentelemetry - npm Package Compare versions

Comparing version 8.24.0 to 8.25.0

1

build/types-ts3.8/index.d.ts

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

export { SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION } from './semanticAttributes';
export { getRequestSpanData } from './utils/getRequestSpanData';

@@ -2,0 +3,0 @@ export { OpenTelemetryClient } from './types';

/** If this attribute is true, it means that the parent is a remote span. */
export declare const SEMANTIC_ATTRIBUTE_SENTRY_PARENT_IS_REMOTE = "sentry.parentIsRemote";
export declare const SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION = "sentry.graphql.operation";
//# sourceMappingURL=semanticAttributes.d.ts.map

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

export { SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION } from './semanticAttributes';
export { getRequestSpanData } from './utils/getRequestSpanData';

@@ -2,0 +3,0 @@ export type { OpenTelemetryClient } from './types';

/** If this attribute is true, it means that the parent is a remote span. */
export declare const SEMANTIC_ATTRIBUTE_SENTRY_PARENT_IS_REMOTE = "sentry.parentIsRemote";
export declare const SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION = "sentry.graphql.operation";
//# sourceMappingURL=semanticAttributes.d.ts.map

8

package.json
{
"name": "@sentry/opentelemetry",
"version": "8.24.0",
"version": "8.25.0",
"description": "Official Sentry utilities for OpenTelemetry",

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

"dependencies": {
"@sentry/core": "8.24.0",
"@sentry/types": "8.24.0",
"@sentry/utils": "8.24.0"
"@sentry/core": "8.25.0",
"@sentry/types": "8.25.0",
"@sentry/utils": "8.25.0"
},

@@ -47,0 +47,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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