UNPKG

388 BTypeScriptView Raw
1import type { Client, DynamicSamplingContext, Scope } from '@sentry/types';
2/**
3 * Creates a dynamic sampling context from a client.
4 *
5 * Dispatchs the `createDsc` lifecycle hook as a side effect.
6 */
7export declare function getDynamicSamplingContextFromClient(trace_id: string, client: Client, scope?: Scope): DynamicSamplingContext;
8//# sourceMappingURL=dynamicSamplingContext.d.ts.map
\No newline at end of file