UNPKG

434 BTypeScriptView Raw
1import { instrumentCron } from './cron';
2import { instrumentNodeCron } from './node-cron';
3import { instrumentNodeSchedule } from './node-schedule';
4/** Methods to instrument cron libraries for Sentry check-ins */
5export declare const cron: {
6 instrumentCron: typeof instrumentCron;
7 instrumentNodeCron: typeof instrumentNodeCron;
8 instrumentNodeSchedule: typeof instrumentNodeSchedule;
9};
10//# sourceMappingURL=index.d.ts.map
\No newline at end of file