import { TracingChannelBinding } from '@sentry/core'; /** * Sets the async context strategy to use follow the OTEL context under the hood. * We handle forking a hub inside of our custom OTEL Context Manager (./otelContextManager.ts) */ export declare function setOpenTelemetryContextAsyncContextStrategy(options?: { getTracingChannelBinding?: () => TracingChannelBinding | undefined; }): void; //# sourceMappingURL=asyncContextStrategy.d.ts.map