@sentry-internal/tracing
Version:
Sentry Internal Tracing Package
10 lines (9 loc) • 329 B
TypeScript
import { Hub } from '@sentry/types';
/**
* Check if Sentry auto-instrumentation should be disabled.
*
* @param getCurrentHub A method to fetch the current hub
* @returns boolean
*/
export declare function shouldDisableAutoInstrumentation(getCurrentHub: () => Hub): boolean;
//# sourceMappingURL=node-utils.d.ts.map