@sentry/opentelemetry
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
| import { consoleSandbox } from '@sentry/core'; | ||
| export { getClient, getDynamicSamplingContextFromSpan, shouldPropagateTraceForUrl, withStreamedSpan } from '@sentry/core'; | ||
| export { S as SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION, c as SentryPropagator, d as SentrySampler, e as SentrySpanProcessor, f as SentryTracerProvider, g as applyOtelSpanData, h as backfillStreamedSpanDataFromOtel, j as continueTrace, k as enhanceDscWithOpenTelemetryRootSpanName, l as getActiveSpan, m as getRequestSpanData, n as getScopesFromContext, o as getSentryResource, p as getSpanKind, q as getTraceContextForScope, r as isSentryRequestSpan, s as openTelemetrySetupCheck, t as setIsSetup, u as setOpenTelemetryContextAsyncContextStrategy, v as setupEventContextTrace, w as spanHasAttributes, x as spanHasEvents, y as spanHasKind, z as spanHasName, A as spanHasParentId, B as spanHasStatus, C as startInactiveSpan, D as startSpan, E as startSpanManual, F as suppressTracing, G as withActiveSpan, H as wrapClientClass, I as wrapContextManagerClass, J as wrapSamplingDecision } from './asyncContextStrategy-CL7X6mXf.js'; | ||
| export { S as SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION, a as SentryPropagator, b as SentrySampler, c as SentrySpanProcessor, d as SentryTracerProvider, e as applyOtelSpanData, f as backfillStreamedSpanDataFromOtel, g as continueTrace, h as enhanceDscWithOpenTelemetryRootSpanName, i as getActiveSpan, j as getRequestSpanData, k as getScopesFromContext, l as getSentryResource, m as getSpanKind, n as getTraceContextForScope, o as isSentryRequestSpan, p as openTelemetrySetupCheck, s as setIsSetup, q as setOpenTelemetryContextAsyncContextStrategy, r as setupEventContextTrace, t as spanHasAttributes, u as spanHasEvents, v as spanHasKind, w as spanHasName, x as spanHasParentId, y as spanHasStatus, z as startInactiveSpan, A as startSpan, B as startSpanManual, C as suppressTracing, D as withActiveSpan, E as wrapClientClass, F as wrapContextManagerClass, G as wrapSamplingDecision } from './asyncContextStrategy-jD8YWNDU.js'; | ||
@@ -5,0 +5,0 @@ class SentryAsyncLocalStorageContextManager { |
@@ -1,3 +0,3 @@ | ||
| import { t as setIsSetup, i as buildContextWithSentryScopes, a as SENTRY_SCOPES_CONTEXT_KEY, u as setOpenTelemetryContextAsyncContextStrategy, b as SENTRY_TRACE_STATE_CHILD_IGNORED } from './asyncContextStrategy-CL7X6mXf.js'; | ||
| export { S as SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION, c as SentryPropagator, d as SentrySampler, e as SentrySpanProcessor, f as SentryTracerProvider, g as applyOtelSpanData, h as backfillStreamedSpanDataFromOtel, j as continueTrace, k as enhanceDscWithOpenTelemetryRootSpanName, l as getActiveSpan, m as getRequestSpanData, n as getScopesFromContext, o as getSentryResource, p as getSpanKind, q as getTraceContextForScope, r as isSentryRequestSpan, s as openTelemetrySetupCheck, v as setupEventContextTrace, w as spanHasAttributes, x as spanHasEvents, y as spanHasKind, z as spanHasName, A as spanHasParentId, B as spanHasStatus, C as startInactiveSpan, D as startSpan, E as startSpanManual, F as suppressTracing, G as withActiveSpan, H as wrapClientClass, I as wrapContextManagerClass, J as wrapSamplingDecision } from './asyncContextStrategy-CL7X6mXf.js'; | ||
| import { s as setIsSetup, H as buildContextWithSentryScopes, I as SENTRY_SCOPES_CONTEXT_KEY, q as setOpenTelemetryContextAsyncContextStrategy, J as SENTRY_TRACE_STATE_CHILD_IGNORED } from './asyncContextStrategy-jD8YWNDU.js'; | ||
| export { S as SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION, a as SentryPropagator, b as SentrySampler, c as SentrySpanProcessor, d as SentryTracerProvider, e as applyOtelSpanData, f as backfillStreamedSpanDataFromOtel, g as continueTrace, h as enhanceDscWithOpenTelemetryRootSpanName, i as getActiveSpan, j as getRequestSpanData, k as getScopesFromContext, l as getSentryResource, m as getSpanKind, n as getTraceContextForScope, o as isSentryRequestSpan, p as openTelemetrySetupCheck, r as setupEventContextTrace, t as spanHasAttributes, u as spanHasEvents, v as spanHasKind, w as spanHasName, x as spanHasParentId, y as spanHasStatus, z as startInactiveSpan, A as startSpan, B as startSpanManual, C as suppressTracing, D as withActiveSpan, E as wrapClientClass, F as wrapContextManagerClass, G as wrapSamplingDecision } from './asyncContextStrategy-jD8YWNDU.js'; | ||
| import { getAsyncContextStrategy, getMainCarrier, spanIsIgnored, getRootSpan } from '@sentry/core'; | ||
@@ -4,0 +4,0 @@ export { getClient, getDynamicSamplingContextFromSpan, shouldPropagateTraceForUrl, withStreamedSpan } from '@sentry/core'; |
@@ -1,1 +0,1 @@ | ||
| {"type":"module","version":"10.67.0","sideEffects":false} | ||
| {"type":"module","version":"10.68.0","sideEffects":false} |
+2
-2
| { | ||
| "name": "@sentry/opentelemetry", | ||
| "version": "10.67.0", | ||
| "version": "10.68.0", | ||
| "description": "Official Sentry utilities for OpenTelemetry", | ||
@@ -52,3 +52,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
| "@sentry/conventions": "^0.16.0", | ||
| "@sentry/core": "10.67.0" | ||
| "@sentry/core": "10.68.0" | ||
| }, | ||
@@ -55,0 +55,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+ Added
- Removed
Updated