1 | import { instrumentCron } from './cron';
|
2 | import { instrumentNodeCron } from './node-cron';
|
3 | import { instrumentNodeSchedule } from './node-schedule';
|
4 | /** Methods to instrument cron libraries for Sentry check-ins */
|
5 | export 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 |