1 | import type { CustomSamplingContext, TransactionContext } from '@sentry/types';
|
2 | import type { Hub } from '../hub';
|
3 | import { IdleTransaction } from './idletransaction';
|
4 |
|
5 |
|
6 |
|
7 | export declare function startIdleTransaction(hub: Hub, transactionContext: TransactionContext, idleTimeout: number, finalTimeout: number, onScope?: boolean, customSamplingContext?: CustomSamplingContext, heartbeatInterval?: number): IdleTransaction;
|
8 |
|
9 |
|
10 |
|
11 | export declare function addTracingExtensions(): void;
|
12 |
|
\ | No newline at end of file |