@sentry/opentelemetry
Advanced tools
Comparing version 8.43.0 to 8.44.0
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.43.0","sideEffects":false} | ||
{"type":"module","version":"8.44.0","sideEffects":false} |
import { ReadableSpan } from '@opentelemetry/sdk-trace-base'; | ||
import { TransactionEvent } from '@sentry/core'; | ||
/** | ||
@@ -24,2 +25,4 @@ * A Sentry-specific exporter that converts OpenTelemetry Spans to Sentry Spans & Transactions. | ||
} | ||
/** Exported only for tests. */ | ||
export declare function createTransactionForOtelSpan(span: ReadableSpan): TransactionEvent; | ||
//# sourceMappingURL=spanExporter.d.ts.map |
import type { ReadableSpan } from '@opentelemetry/sdk-trace-base'; | ||
import type { TransactionEvent } from '@sentry/core'; | ||
/** | ||
@@ -24,2 +25,4 @@ * A Sentry-specific exporter that converts OpenTelemetry Spans to Sentry Spans & Transactions. | ||
} | ||
/** Exported only for tests. */ | ||
export declare function createTransactionForOtelSpan(span: ReadableSpan): TransactionEvent; | ||
//# sourceMappingURL=spanExporter.d.ts.map |
{ | ||
"name": "@sentry/opentelemetry", | ||
"version": "8.43.0", | ||
"version": "8.44.0", | ||
"description": "Official Sentry utilities for OpenTelemetry", | ||
@@ -42,3 +42,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "8.43.0" | ||
"@sentry/core": "8.44.0" | ||
}, | ||
@@ -45,0 +45,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
992440
4824
149
14
25
128
+ Added@opentelemetry/core@1.30.0(transitive)
+ Added@opentelemetry/resources@1.30.0(transitive)
+ Added@opentelemetry/sdk-trace-base@1.30.0(transitive)
+ Added@sentry/core@8.44.0(transitive)
+ Addedimport-in-the-middle@1.12.0(transitive)
- Removed@opentelemetry/core@1.29.0(transitive)
- Removed@opentelemetry/resources@1.29.0(transitive)
- Removed@opentelemetry/sdk-trace-base@1.29.0(transitive)
- Removed@sentry/core@8.43.0(transitive)
- Removedimport-in-the-middle@1.11.3(transitive)
Updated@sentry/core@8.44.0