Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
24 lines
1.6 KiB
Plaintext
24 lines
1.6 KiB
Plaintext
export { SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION } from './semanticAttributes';
|
|
export { getRequestSpanData } from './utils/getRequestSpanData';
|
|
export { OpenTelemetryClient } from './types';
|
|
export { wrapClientClass } from './custom/client';
|
|
export { getSpanKind } from './utils/getSpanKind';
|
|
export { getScopesFromContext } from './utils/contextData';
|
|
export { spanHasAttributes, spanHasEvents, spanHasKind, spanHasName, spanHasParentId, spanHasStatus, } from './utils/spanTypes';
|
|
export { getDynamicSamplingContextFromSpan } from '@sentry/core';
|
|
export { isSentryRequestSpan } from './utils/isSentryRequest';
|
|
export { enhanceDscWithOpenTelemetryRootSpanName } from './utils/enhanceDscWithOpenTelemetryRootSpanName';
|
|
export { getActiveSpan } from './utils/getActiveSpan';
|
|
export { startSpan, startSpanManual, startInactiveSpan, withActiveSpan, continueTrace, getTraceContextForScope, } from './trace';
|
|
export { suppressTracing } from './utils/suppressTracing';
|
|
export { setupEventContextTrace } from './setupEventContextTrace';
|
|
export { setOpenTelemetryContextAsyncContextStrategy } from './asyncContextStrategy';
|
|
export { wrapContextManagerClass } from './contextManager';
|
|
export { AsyncLocalStorageLookup } from './contextManager';
|
|
export { SentryPropagator, shouldPropagateTraceForUrl } from './propagator';
|
|
export { SentrySpanProcessor } from './spanProcessor';
|
|
export { SentrySampler, wrapSamplingDecision } from './sampler';
|
|
export { openTelemetrySetupCheck } from './utils/setupCheck';
|
|
export { getClient } from '@sentry/core';
|
|
//# sourceMappingURL=index.d.ts.map
|