@sentry/opentelemetry
Advanced tools
Comparing version
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.14.0","sideEffects":false} | ||
{"type":"module","version":"9.15.0","sideEffects":false} |
import { Context, TextMapGetter, TextMapSetter } from '@opentelemetry/api'; | ||
import { W3CBaggagePropagator } from '@opentelemetry/core'; | ||
import { DynamicSamplingContext, Options, continueTrace } from '@sentry/core'; | ||
import { continueTrace, DynamicSamplingContext, Options } from '@sentry/core'; | ||
import { LRUMap } from '@sentry/core'; | ||
@@ -5,0 +5,0 @@ /** |
import { Span } from '@opentelemetry/api'; | ||
import { Client, DynamicSamplingContext, Scope, TraceContext, continueTrace as baseContinueTrace } from '@sentry/core'; | ||
import { Client, continueTrace as baseContinueTrace, DynamicSamplingContext, Scope, TraceContext } from '@sentry/core'; | ||
import { OpenTelemetrySpanContext } from './types'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { AttributeValue, Attributes } from '@opentelemetry/api'; | ||
import { Attributes, AttributeValue } from '@opentelemetry/api'; | ||
import { SpanKind } from '@opentelemetry/api'; | ||
@@ -3,0 +3,0 @@ import { SpanAttributes, TransactionSource } from '@sentry/core'; |
import type { Context, TextMapGetter, TextMapSetter } from '@opentelemetry/api'; | ||
import { W3CBaggagePropagator } from '@opentelemetry/core'; | ||
import type { DynamicSamplingContext, Options, continueTrace } from '@sentry/core'; | ||
import type { continueTrace, DynamicSamplingContext, Options } from '@sentry/core'; | ||
import { LRUMap } from '@sentry/core'; | ||
@@ -5,0 +5,0 @@ /** |
import type { Span } from '@opentelemetry/api'; | ||
import type { Client, DynamicSamplingContext, Scope, TraceContext, continueTrace as baseContinueTrace } from '@sentry/core'; | ||
import type { Client, continueTrace as baseContinueTrace, DynamicSamplingContext, Scope, TraceContext } from '@sentry/core'; | ||
import type { OpenTelemetrySpanContext } from './types'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import type { AttributeValue, Attributes } from '@opentelemetry/api'; | ||
import type { Attributes, AttributeValue } from '@opentelemetry/api'; | ||
import { SpanKind } from '@opentelemetry/api'; | ||
@@ -3,0 +3,0 @@ import type { SpanAttributes, TransactionSource } from '@sentry/core'; |
{ | ||
"name": "@sentry/opentelemetry", | ||
"version": "9.14.0", | ||
"version": "9.15.0", | ||
"description": "Official Sentry utilities for OpenTelemetry", | ||
@@ -42,3 +42,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "9.14.0" | ||
"@sentry/core": "9.15.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
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
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
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
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
523727
-0.03%+ Added
- Removed
Updated