import type { Options } from '@sentry/types'; /** * Determines if tracing is currently enabled. * * Tracing is enabled when at least one of `tracesSampleRate` and `tracesSampler` is defined in the SDK config. */ export declare function hasTracingEnabled(maybeOptions?: Pick | undefined): boolean; //# sourceMappingURL=hasTracingEnabled.d.ts.map